DanielOrourke02 / Discord-Template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Discord Bot Template

A Template for a basic discord bot that uses slash commands.



Resource Links β€’ Prerequisites β€’ Getting 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/DanielOrourke02/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/DanielOrourke02/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!

About

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

License:MIT License


Languages

Language:Python 96.5%Language:Batchfile 3.5%