say something in discord discord.py code example
Example 1: say something in discord discord.py
await ctx.send ("Hello world!")
Example 2: say something in discord discord.py
(Discord.py async)
await ctx.send("Say something here")
await ctx.send ("Hello world!")
(Discord.py async)
await ctx.send("Say something here")