Remove testing switch from discord2chan.
This commit is contained in:
parent
911323b721
commit
3532fffca4
1 changed files with 0 additions and 6 deletions
|
|
@ -1942,7 +1942,6 @@ class CmdDiscord2Chan(COMMAND_DEFAULT_CLASS):
|
||||||
"list",
|
"list",
|
||||||
"remove",
|
"remove",
|
||||||
"start",
|
"start",
|
||||||
"nickname",
|
|
||||||
)
|
)
|
||||||
locks = "cmd:serversetting(DISCORD_ENABLED) and pperm(Developer)"
|
locks = "cmd:serversetting(DISCORD_ENABLED) and pperm(Developer)"
|
||||||
help_category = "Comms"
|
help_category = "Comms"
|
||||||
|
|
@ -1982,11 +1981,6 @@ class CmdDiscord2Chan(COMMAND_DEFAULT_CLASS):
|
||||||
self.msg("Starting the Discord bot session.")
|
self.msg("Starting the Discord bot session.")
|
||||||
return
|
return
|
||||||
|
|
||||||
if "nickname" in self.switches:
|
|
||||||
discord_bot.change_nickname("Test", 541788744471281700, 124523120668311552)
|
|
||||||
self.msg(f"Changed username")
|
|
||||||
return
|
|
||||||
|
|
||||||
if "guild" in self.switches:
|
if "guild" in self.switches:
|
||||||
discord_bot.db.tag_guild = not discord_bot.db.tag_guild
|
discord_bot.db.tag_guild = not discord_bot.db.tag_guild
|
||||||
self.msg(
|
self.msg(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue