Compare commits
No commits in common. "73b830ce5acf5585bf361d4bc7d2e2566ed63c26" and "08a43beea7dc83270cd393178b9f3612e2aa4e4d" have entirely different histories.
73b830ce5a
...
08a43beea7
|
|
@ -3,7 +3,6 @@ from discord import option
|
|||
from discord.ext import commands, tasks
|
||||
import aiohttp
|
||||
import helpers
|
||||
import traceback
|
||||
from datetime import datetime
|
||||
|
||||
class IdaCogs(commands.Cog):
|
||||
|
|
@ -113,9 +112,7 @@ class IdaCogs(commands.Cog):
|
|||
else:
|
||||
await ctx.followup.send(f"Failed to log delivery (HTTP {response}). Please contact the yellow people if that keeps happening")
|
||||
except Exception as e:
|
||||
await ctx.followup.send(f"Something broke. Why do you keep breaking the bot, uh? :(")
|
||||
channel = self.bot.get_channel(self.debugChannel)
|
||||
await channel.send(f"{author} generated the following exception : {traceback.format_exc()}")
|
||||
await ctx.followup.send(f"help : Error: {e}")
|
||||
|
||||
|
||||
|
||||
|
|
@ -159,7 +156,6 @@ class IdaCogs(commands.Cog):
|
|||
|
||||
|
||||
|
||||
|
||||
@discord.slash_command(
|
||||
name="last",
|
||||
# guild_ids=[401372086746087425],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user