https://github.com/boneill02/botalan
cool discord bot
https://github.com/boneill02/botalan
bot discord discord-bot python
Last synced: about 1 year ago
JSON representation
cool discord bot
- Host: GitHub
- URL: https://github.com/boneill02/botalan
- Owner: boneill02
- License: mit
- Created: 2021-09-07T14:38:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T18:19:11.000Z (over 3 years ago)
- Last Synced: 2025-03-18T16:57:10.755Z (about 1 year ago)
- Topics: bot, discord, discord-bot, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# botalan
botalan is a Discord bot written in Python. It is very basic, but more
features may be added later.
[Name origin](https://youtu.be/_swLxZu-exU).
## Commands
* `!fortune`: print fortune from system `fortune(1)`.
* `!cowsay `: print given string using system `cowsay(1)`.
* `!cowfortune`: print result of `fortune | cowsay`.
* `!tweet`: print a random Twitter shitpost from a bank.
## Dependencies
* tmux
* [discord.py](https://discordpy.readthedocs.io/en/stable/)
## Usage
Obtain a bot token, then run `start.sh` and enter the token. To stop,
run `stop.sh`.
## Bugs
Shell injections are possible currently. This must be addressed.
## License
Copyright (C) 2021 Ben O'Neill . License: MIT.
See LICENSE for more details.