Skip to main content
Dictionary
Store
Blog
World
Help
Advertise
Chat
System Status
Information Collection Notice
Trademark Concerns
reCAPTCHA Privacy
Terms of Service
reCAPTCHA Terms
Privacy Policy
Accessibility
Report a Bug
Data Request
Contact Us
Security
DMCA
© 1999–2026 Urban Dictionary ®
Mugs
Tees
Hoodies
Pro Customization
Create unique products with your own words and definitions
Preview
Personalize Your Design
Your Word
Your Definition
discord.py is a modern, easy to use, feature-rich, async ready, far better than discord.js, API wrapper for Discord. People use this because its considered to be the easiest to learn/use. Heres a simple bot example: from discord.ext import commands bot = commands.Bot(command_prefix=commands.when_mentioned_or("!"),intents=discord.Intents.default()) @bot.command() async def hello(ctx): await ctx.send("Hi!") bot.run("TOKEN", bot=True, reconnect=True)
Text fits
Save
Cancel