We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot stop the ticketsystem via the ticketset stop command:
ticketset stop
Error in command 'ticketset stop'. Check your console or logs for details.
[00:51:50] ERROR [red] Exception in command 'ticketset stop' ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /home/container/.local/lib/python3.8/site-packages/discord/ext/commands/core │ │ .py:85 in wrapped │ │ ❱ 85 ret = await coro(*args, **kwargs) │ │ /home/container/.local/share/Red-DiscordBot/data/pterodactyl/cogs/CogManager │ │ /cogs/reacttickets/reacttickets.py:257 in ticketset_stop │ │ ❱ 257 del self.enabled_cache[ctx.guild.id] │ ╰──────────────────────────────────────────────────────────────────────────────╯ KeyError: 946148073145532426
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cannot stop the ticketsystem via the
ticketset stop
command:Error in command 'ticketset stop'. Check your console or logs for details.
The text was updated successfully, but these errors were encountered: