Need memes? Just add me in your server. I'm free and have an unlimited meme supply!
To invite the bot to your server, click here. The bot does not have any official server, but you can join this server or chat me personally if you have any queries.
To get the code running, follow the given steps:
- Install Python (https://python.org).
- Clone the repo and open a terminal in the cloned directory.
git clone https://github.com/Nalin-Angrish/vela-memer.git
- Install project dependencies.
pip install -r requirements.txt
- Setup environment variables using a
.env
file. The file should contain the following variables:
- BOT_TOKEN: The token used by the discord bot (can be obtained from the discord developer dashboard).
- CLIENTID: The client id (can be obtained from the discord developer dashboard).
- DB_URI: The URI to connect to your sql database instance. The database must be supported by SQLAlchemy.
- Run
python -m bot run
to register all bot commands and start the bot.