How to Make a Python Discord Bot
PassingDada路2 months agoEasy peasy! 1. `pip install discord.py`, 2. Create bot & get token from Discord Developer Portal, 3. Write a script like `import discord`, 4. Run the script with `client.run('your token here')`.
Win gift cards by playing fun games on Playbite!
Playbite
500k winners and counting...
More Answers
Been there, done that! Install discord.py, get your bot token from the Discord Developer Portal, throw together a script with `import discord`, and you're golden with `client.run('your token')`.
First, install Discord.py using pip (`pip install discord`). Then, create a new bot account on the Discord Developer Portal and grab the token. Finally, write a simple bot script by importing discord, then use `client.run('your token here')` to start your bot!
Just use the Discord Developer Portal, get your token, and install discord.py. That's all you need!
Google 'discord.py tutorial,' follow steps, enjoy your new bot!
馃憖 If you like Discord...
Diego路3 hours agoThe brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.
People also want to know
Add an Answer