Generation

generate functionSun, 09 Jul 2023

crea un bot de discord.js con slashcommands con funciones de anti raid y seguridad

def discordBot(token, prefix): Client = discord.Client() @client.event async def on_message(message): if prefix + "ping" == message.content: await message.channel.send("pong") client.run(token) discordBot("token","/")

Questions about programming?Chat with your personal AI assistant