Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import disnake
- from disnake.ext import commands
- intents = disnake.Intents.default()
- intents.message_content = True
- bot = commands.Bot(
- command_prefix=disnake.ext.commands.when_mentioned, intents=intents)
- @bot.command()
- async def aero(ctx):
- await ctx.send("# <:Untitleddesign10:1388159576217616487> AERODAL CODE WORKING ")
- @bot.command()
- async def aero2(ctx, *, message: str):
- await ctx.send(f"<:Untitleddesign10:1388159576217616487> | Your message is {message}")
- bot.run("bottoken")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement