Skip to content

Just a Template for a discord bot. Made in python, has some example features including: embeded commands, loading a config and interactive buttons.

License

Notifications You must be signed in to change notification settings

DanielJones02/Discord-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Discord Bot Template

Just a Templat for a basic discord bot that uses slash commands.



Resource LinksPrerequisitesGetting Started


🔗 Resource Links

  • 🤖 Demo Bot: Echo
  • 🤝 Support Server: Join Here
  • 🤝 Hire me: Join Here or dm mal023
  • 📂 Documentation URL: comming soon

📦 Prerequisites

Features

  • Slash commands
  • Help, ping, invite and button command

More details

  • /help - Sends an embeded message of the list of commands.

  • /ping - Pings the bot and sends back the latency.

  • /invite - Responds with an invite to add the bot to a server.

  • /button - Sends back an interactive button. (disord.ui)

Looking for an all in one bot?

Check out my all in one bot! Includes a very sophisticated economy game and much more! CLICK HERE

🚀 Getting Started

  • In the terminal, run the following commands.
git clone https://github.com/DanielJones02/Discord-Template
cd Discord-Template
  • Now open the cloned directory in windows explorer.

  • Simply double click install.bat and the requirements will be installed.

  • Now Add your bot token and your bots invite link to config.json (get them from here)

  • After adding your values to config.json. Simply double click run.bat and your bot should start.

For linux

  • In the terminal, run the following commands.
git clone https://github.com/DanielJones02/Discord-Template
cd Discord-Template
  • Install requirements
chmod +x install.bat
./install.bat
  • Add your bot token and your bots invite link to config.json (get them from here)

    • Do this by using nano or by using a text editor
  • Now run the bot.

chmod +x run.bat
./run.bat

OR

python3 main.py


Connect with me

Hire Me: https://discord.gg/kNWkT8xWg6 Or DM ME: mal023

If this helped you out, please consider staring this project!