feat: Finished rewriting the bot, finally
This commit is contained in:
parent
28ea67ea41
commit
86e8d2582e
15 changed files with 269 additions and 36 deletions
8
src/models/alterModel.ts
Normal file
8
src/models/alterModel.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export interface AlterModel {
|
||||
id?: number;
|
||||
owner: string;
|
||||
prefix: string;
|
||||
name: string;
|
||||
profile_pic_url: string;
|
||||
color?: string;
|
||||
}
|
7
src/models/alterModel.ts~
Normal file
7
src/models/alterModel.ts~
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface AlterModel {
|
||||
id?: number;
|
||||
owner: string;
|
||||
prefix: string;
|
||||
name: string;
|
||||
profile_pic_url: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue