✨
This commit is contained in:
@ -50,3 +50,7 @@ class MiscExtension(Extension):
|
||||
log_message = f"{ctx.author.display_name} tried to stop me!"
|
||||
self.bot.log(log_message, str(ctx.channel_id))
|
||||
await ctx.send(f"I don't think I will, {ctx.author.display_name}")
|
||||
|
||||
@slash_command(**params["misc"]["echo"])
|
||||
async def echo(self, ctx: SlashContext, text: str):
|
||||
await ctx.send(text)
|
Reference in New Issue
Block a user