-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hello! I'm getting an error after trying to set the !countset channel [ID] of the counting channel after installing your plugin. progress goes like this:
(your bot says to use !countset channel while your wiki says to use !countchannel)
and then in the console i get this:
Oct 02 12:57:25 DiscordBot python[322]: File "/root/.local/share/Red-DiscordBot/data/FurryRefuge/cogs/CogManager/cogs/counting/counting.py", line 66, in countset_channel Oct 02 12:57:25 DiscordBot python[322]: await self._set_topic(0, goal, 1, channel) Oct 02 12:57:25 DiscordBot python[322]: AttributeError: 'Counting' object has no attribute '_set_topic' Oct 02 12:59:51 DiscordBot python[322]: [2022-10-02 12:59:51] [ERROR] red: Exception in command 'countset channel' Oct 02 12:59:51 DiscordBot python[322]: Traceback (most recent call last): Oct 02 12:59:51 DiscordBot python[322]: File "/root/redenv/lib/python3.9/site-packages/discord/ext/commands/core.py", line 85, in wrapped Oct 02 12:59:51 DiscordBot python[322]: ret = await coro(*args, **kwargs) Oct 02 12:59:51 DiscordBot python[322]: File "/root/.local/share/Red-DiscordBot/data/FurryRefuge/cogs/CogManager/cogs/counting/counting.py", line 66, in countset_channel Oct 02 12:59:51 DiscordBot python[322]: await self._set_topic(0, goal, 1, channel) Oct 02 12:59:51 DiscordBot python[322]: AttributeError: 'Counting' object has no attribute '_set_topic'