diff options
| author | 2021-10-25 19:34:57 -0400 | |
|---|---|---|
| committer | 2021-10-25 19:34:57 -0400 | |
| commit | db234c338189030dd17182d71b55a261c50e1ab0 (patch) | |
| tree | 415881ad8dcadd0cfc866c4706b197b68ba629e5 /bot/exts/holidays/halloween/candy_collection.py | |
| parent | fix: finish restructure with all functionality (diff) | |
| parent | Merge branch 'main' into color-677 (diff) | |
Merge branch 'color-677' of github.com:brad90four/sir-lancebot 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( |