Skip to content

m-nobinur/discord-quote-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Quote Bot 🤖

A discord bot that send random quote on command to the Channel.

Pre-requisites

Setup

How to start

Open terminal and go to cloned discord-quote-bot folder.

cd discord-quote-bot

Install all the requirements

pip install -r requirements.txt

or

pip3 install -r requirements.txt

Run your bot

If you setted BOT_USER_TOKEN variable to your bot token then run the script as following (On Mac/Linux)

python3 quote-bot.py

(On Windows)

python quote-bot.py

OR

On Mac/Linux

python3 quote-bot.py <YOUR_BOT_TOKEN>

On Windows

python quote-bot.py <YOUR_BOT_TOKEN>

ℹ️ Use virtual environment for best practices.

Available command

Variable What it is
>quote Send random quote to the Channel
>quote tags=Tag Send random quote of given tag.
>quote tags=Tag,Tag|Tag Send random quote of given tags.
>quote len=Max Send random quote of given Max length.
>quote len=Min-Max Send random quote within given Minimum & Maximum length.
>quote tags=Tag len=Max The user ID of all the bot owners

on tags "," represent "and" and "|" represent "or"

About

A discord bot that sends random quote to the channel.

Topics

Resources

License

Stars

Watchers

Forks

Languages