This is repository of some random bot for Discord which was created just for fun and for some educational purposes (Made with Discord.py library)
How to use this bot
- Install Python (3.8 or higher) and/or Git
- Create a Discord Bot on Discord Developers page
- Go to
Bot
section to grab a token of your bot and enable allPrivileged Gateway Intents
- Clone this repository (
git clone https://github.com/SecondThundeR/ghosty.git
) - Run
python bot_panel.py
in a main directory and set up your bot - Run
python main.py
to run bot - After getting a log that bot was logged in, you are good to go
If you didn't install the missing dependencies when configuring the bot, run
pip install -r requirements.txt
in main directory(If you are experiencing installation problems, and your pip isn't updated to the latest version, use
--use-feature=2020-resolver
flag)
Discussions
This project has a GitHub Discussions turned on. Feel free to ask about this project or give new ideas etc.
Changelog
This project has a changelog, which you can find here
Since 2.1.1 release, all releases will include changelogs in it, so dedicated Changelog.md is no longer needed.
Note: All previous releases now have their own changelog
Also, you can track changes of new versions here
License
This project is licensed under MIT License.
For the complete licensing terms, please read LICENSE file
Credits
Ghost icon
provided by VKUI. Licensed with MIT License
discord.py
provided by Rapptz. Licensed with MIT License
requests
provided by psf. Licensed with Apache License 2.0
emoji
provided by carpedm20. Licensed with BSD License
aiocron
provided by gawel. Licensed with MIT License