Skip to content

Discord bot for the TCS UTwente discord server

License

Notifications You must be signed in to change notification settings

Chickenpowerrr/TCSDiscordBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCSDiscordBot

Discord bot for the TCS UTwente discord server

Working on TCSDiscordBot:

Clone the repository and set up virtualenv:

# clone the repository
git clone https://github.com/Yuhanun/TCSDiscordBot.git
cd TCSDiscordBot
# set up and activate the virtualenv in the correct spot
# You don't HAVE to do this, however it's recommended.
python3 -m virtualenv venv
source ./venv/bin/activate # for linux/macOS
.\venv\Scripts\activate # for windows
# install the dependencies
pip install -r requirements.txt

# Create a token.txt file containing your bot token, \n's and spaces don't matter at the end or begin, the token is .strip()'d

python main.py

to stop working on the project, just type deactivate in your terminal of choice

Feel free to pull request any changes / improvements you make :)

License

This project is licensed under the MIT License (yay, free software) - see the LICENSE file for details

Acknowledgments

Thanks to @EyeDevelop for coding this bot with me. Thanks to anyone whose code was used.

Buy me a coffee ;) (BTC)

32dcJ31dsxj8BMD5oD3mWKTDFSzpFHuHP1

About

Discord bot for the TCS UTwente discord server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%