nice new update
This commit is contained in:
parent
e136522421
commit
666638c956
136 changed files with 4483 additions and 9190 deletions
9
types/MessageCreate.d.ts
vendored
Normal file
9
types/MessageCreate.d.ts
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
import {GuildAttributes} from '../src/database/schemas/Guild';
|
||||
import {UserAttributes} from '../src/database/schemas/User';
|
||||
|
||||
export interface MessageCreateOptions {
|
||||
hasPrefix: boolean,
|
||||
msgCmds: string[],
|
||||
guild: GuildAttributes,
|
||||
user: UserAttributes
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue