Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/danielorourke02/discord-template

discord discord-bot discord-py discord-slash-bot discord-slash-command discord-slash-commands discord-template discord-ui discordapp discordpy discordui interactive pycord pycord-bot slash-commands template template-bot template-project ui ui-design

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        




Discord Bot Template



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




Resource Links

Prerequisites

Getting Started


## 🔗 Resource Links

- 🤝 Support Server: [Join Here](https://discord.gg/kNWkT8xWg6)
- 🤝 Hire me: [Join Here](https://discord.gg/kNWkT8xWg6) or dm `mal023`
- 📂 Documentation URL: comming soon

## 📦 Prerequisites

- [Python3.12](https://www.python.org/downloads/release/python-3120/)
- [Python install help](https://www.youtube.com/watch?v=nU2Egc3Zx3Q)
- [Git](https://git-scm.com/downloads)
- Windows Or Linux

## 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.

- `/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](https://github.com/DanielOrourke02/Echo) (project is now depricated)

## 🚀 Getting Started

### For Windows

- In the terminal, run the following commands.

```
git clone https://github.com/DanielOrourke02/Discord-Template
cd Discord-Template
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
```

- Now Add your bots token to the config (get them from [here](https://discord.com/developers/applications))

- After adding your bots token simply run
```
python main.py
```

### For linux

- In the terminal, run the following commands.

```
git clone https://github.com/DanielOrourke02/Discord-Template
cd Discord-Template
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

- Now add your bots token, get it from [here](https://discord.com/developers/applications), to the config file
```
nano config.json`
``

- Now start your bot.

```
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!