Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

eozdil174/ColossusBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI - Python Version

Colossus is a discord bot. It's made for making moderation and basic usage easier.

How to use it ?


You can invite the bot to your server by using this link

What do I need to host this bot on my computer ?


  • You need Python 3.6.5 (the version can change in the future updates). You can get it from here

  • You need discord.py libraries. To install the library without full voice support, you can just run the following command:

    python3 -m pip install -U discord.py

    Otherwise to get voice support you should run the following command:

    python3 -m pip install -U discord.py[voice]

    You can visit this repository for more information about discord.py

  • You need SQLite files to run database. You can get it from here

How can I host the bot on my computer ?


  1. Run botSetup.py and enter the bot settings. The basic commands are available in the script itself
  2. After configuring the bot, you can close the botSetup.py by simply typing "exit"
  3. Now you can run botMain.py. The bot will be ready after few seconds

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages