Answer the question
In order to leave comments, you need to log in
How to make bot message delete function like juniperbot?
bot.remove_command("help");
@bot.command()
async def help(ctx):
author = ctx.message.author;
await ctx.send(author.mention,
embed = discord.Embed(
title = "Help",
description = "**!ban** - ban users...\n**!unban** - unban users\n**!kick** - kick users\n\n**!mute** - mute users\n**!unmute** - unmute users",
color = discord.Colour.from_rgb(245, 73, 73)
)
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question