- Add error handling for Forbidden exceptions when sending alerts
- Improve alert message formatting
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user