- Add error handling for Forbidden exceptions when sending alerts

- Improve alert message formatting
This commit is contained in:
2025-11-04 20:30:21 -08:00
parent 2164e98730
commit c5bb53c0e7
2 changed files with 20 additions and 20 deletions

View File

@@ -22,11 +22,6 @@ class Core(Extension):
self.bot.logger.log(logging.INFO, f"This is bot version {VERSION}")
self._tdb = tdb.Database(aiohttp.ClientSession())
@slash_command()
@check(is_owner())
async def version(self, ctx):
await ctx.send(f"This is bot version {VERSION}", ephemeral=True)
@slash_command()
async def help(self, ctx):
await ctx.send(