mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Various bugfixes and change ct.anyId return to Snowflake
This commit is contained in:
parent
c932269b7d
commit
bc1330bf33
7 changed files with 19 additions and 13 deletions
|
@ -11,7 +11,7 @@ export const ReloadServerCmd = botControlCmd({
|
|||
},
|
||||
|
||||
signature: {
|
||||
guildId: ct.string(),
|
||||
guildId: ct.anyId(),
|
||||
},
|
||||
|
||||
async run({ pluginData, message: msg, args }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue