mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
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",
|
||||
"remove",
|
||||
"start",
|
||||
"nickname",
|
||||
)
|
||||
locks = "cmd:serversetting(DISCORD_ENABLED) and pperm(Developer)"
|
||||
help_category = "Comms"
|
||||
|
|
@ -1982,11 +1981,6 @@ class CmdDiscord2Chan(COMMAND_DEFAULT_CLASS):
|
|||
self.msg("Starting the Discord bot session.")
|
||||
return
|
||||
|
||||
if "nickname" in self.switches:
|
||||
discord_bot.change_nickname("Test", 541788744471281700, 124523120668311552)
|
||||
self.msg(f"Changed username")
|
||||
return
|
||||
|
||||
if "guild" in self.switches:
|
||||
discord_bot.db.tag_guild = not discord_bot.db.tag_guild
|
||||
self.msg(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue