mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Fix various issues with the info commands (#151)
Fixed !info not checking for any of the sub-permissions Fixed message/channel/invite checking non-existent permissions Fixed ServerCmd being out of line with the rest of the info commands name-wise
This commit is contained in:
parent
4584fa4e87
commit
93618e1bda
6 changed files with 23 additions and 14 deletions
|
@ -5,7 +5,7 @@ import { GuildCases } from "../../data/GuildCases";
|
|||
import { GuildSavedMessages } from "../../data/GuildSavedMessages";
|
||||
import { GuildArchives } from "../../data/GuildArchives";
|
||||
import { Supporters } from "../../data/Supporters";
|
||||
import { ServerCmd } from "./commands/ServerCmd";
|
||||
import { ServerInfoCmd } from "./commands/ServerInfoCmd";
|
||||
import { RolesCmd } from "./commands/RolesCmd";
|
||||
import { LevelCmd } from "./commands/LevelCmd";
|
||||
import { SearchCmd } from "./commands/SearchCmd";
|
||||
|
@ -116,7 +116,7 @@ export const UtilityPlugin = zeppelinGuildPlugin<UtilityPluginType>()("utility",
|
|||
UserInfoCmd,
|
||||
LevelCmd,
|
||||
RolesCmd,
|
||||
ServerCmd,
|
||||
ServerInfoCmd,
|
||||
NicknameResetCmd,
|
||||
NicknameCmd,
|
||||
PingCmd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue