diff options
| author | 2021-10-24 18:30:15 -0400 | |
|---|---|---|
| committer | 2021-10-24 18:30:15 -0400 | |
| commit | 4a6fb11e5ae6ebf65195b1efff1702c7ab74f5c5 (patch) | |
| tree | 77ffbf32852a804589fe8501bb4035bae6a930d4 /bot/exts/holidays/halloween/candy_collection.py | |
| parent | temp: add restructured layout in comments (diff) | |
| parent | Merge pull request #926 from python-discord/tools/isort (diff) | |
Merge branch 'main' into color-677
Diffstat (limited to 'bot/exts/holidays/halloween/candy_collection.py')
| -rw-r--r-- | bot/exts/holidays/halloween/candy_collection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/halloween/candy_collection.py b/bot/exts/holidays/halloween/candy_collection.py index 4afd5913..09bd0e59 100644 --- a/bot/exts/holidays/halloween/candy_collection.py +++ b/bot/exts/holidays/halloween/candy_collection.py @@ -134,7 +134,7 @@ class CandyCollection(commands.Cog): @property def hacktober_channel(self) -> discord.TextChannel: """Get #hacktoberbot channel from its ID.""" - return self.bot.get_channel(id=Channels.community_bot_commands) + return self.bot.get_channel(Channels.community_bot_commands) @staticmethod async def send_spook_msg( |