update for removal of /name
This commit is contained in:
parent
e8d0754d7d
commit
049e40910b
3 changed files with 5 additions and 11 deletions
|
|
@ -2011,7 +2011,7 @@ class TestDiscord(BaseEvenniaCommandTest):
|
|||
self.cmddiscord.account_caller = False
|
||||
# create bot manually so it doesn't get started
|
||||
self.discordbot = create.create_account(
|
||||
"DiscordTest", None, None, typeclass="evennia.accounts.bots.DiscordBot"
|
||||
"DiscordBot", None, None, typeclass="evennia.accounts.bots.DiscordBot"
|
||||
)
|
||||
|
||||
def tearDown(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue