diff options
| author | 2020-06-11 09:45:31 +0300 | |
|---|---|---|
| committer | 2020-06-11 09:45:31 +0300 | |
| commit | 9719612995f2cd7e5b976031bbfd6a1591d76f23 (patch) | |
| tree | 57dbaeaddfc138dbdf0ce81c3302d7ef5bc9862c | |
| parent | Jams: Move channels creation to new function instead inside command (diff) | |
Jams: Change return plain text to channel mention in `create_channels`
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/jams.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/jams.py b/bot/cogs/jams.py index 9089dcec2..5576adb2d 100644 --- a/bot/cogs/jams.py +++ b/bot/cogs/jams.py @@ -125,7 +125,7 @@ class CodeJams(commands.Cog): category=code_jam_category ) - return str(team_channel) + return team_channel.mention def setup(bot: Bot) -> None: |