Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aavvironalex/empbot-discord

The discord version of the EMP bot (on Telegram)
https://github.com/aavvironalex/empbot-discord

Last synced: 14 days ago
JSON representation

The discord version of the EMP bot (on Telegram)

Awesome Lists containing this project

README

        

# empbot-discord
This is a Discord bot made by Alex V and EarthMapsPictures Inc.

## Usecases (not yet ported)
This bot can generate various things such as jokes, passwords and random music.

This bot has a lot of hidden functions, please contact me if you want to use the hidden commands, or modify them.

This bot can show the state of it's creator using the /alex command.

## Where to find the bot
The URL to add the bot: https://discord.com/api/oauth2/authorize?client_id=1159834266121805894&permissions=2183991392320&scope=bot

## Future projects
I plan to improve the bot as time goes by. Please do not hesitate and recommend functions that can be integrated into the bot. Also, please report bugs if you ever notice any.

## How to deploy
Firstly clone the repository using the git clone https://github.com/AAVVIronAlex/empbot-discord command.

To run this bot you will need an Bot Token from Telegram, to get that key go and chat with The BotFather (https://t.me/BotFather). Follow the instructions to create a bot, and then follow the instructions to generate a new Bot Token. You should add the Bot Token to the `main.py` file to the variable called bot_token replace the os.getenv("BOT_TOKEN") with the token in quotation marks.

After it is done, go to the directory you have cloned the bot into with a terminal or command prompt. Make sure that you are in the empbot folder rather than the emp folder. Afterwards run python3 -m `main.py`.

You should be off to the races from here.