def say(self, ctx, *, msg: clean_content()): """Make the bot say something. Prevents bot triggering and mentioning other users. """ await ctx.send("\u200b" + msg)