Skip to content

Instantly share code, notes, and snippets.

View AJXD2's full-sized avatar
🌐
Developing

AJXD2 AJXD2

🌐
Developing
View GitHub Profile
from disnake.ext import commands
import disnake
bot = commands.InteractionBot(reload=True)
@bot.user_command(
name="hello",
dm_permission=True,
)