Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravener/termux-bot
Discord Bot for the Termux Discord Server
https://github.com/ravener/termux-bot
discord discord-bot discordia hacktoberfest lua luvit termux
Last synced: 3 months ago
JSON representation
Discord Bot for the Termux Discord Server
- Host: GitHub
- URL: https://github.com/ravener/termux-bot
- Owner: ravener
- License: mit
- Created: 2022-10-17T06:53:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:41:51.000Z (3 months ago)
- Last Synced: 2024-10-20T19:49:43.970Z (3 months ago)
- Topics: discord, discord-bot, discordia, hacktoberfest, lua, luvit, termux
- Language: Lua
- Homepage: https://discord.gg/HXpF69X
- Size: 128 KB
- Stars: 14
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termux Discord Bot
Private Discord Bot for the [Termux Discord Server](https://discord.gg/HXpF69X)Written in Lua using [Luvit](https://luvit.io) and [Discordia](https://github.com/SinisterRectus/Discordia)
This is my first time using Discordia or even luvit so I expect very bad code here as I try to get comfortable to write the perfect command handler. So if you came for discordia examples, I don't recommend taking any inspirations from this code at this time, it may change a lot.
## Running
Fill `config.json` (see `config.json.example` for what to include)```
$ lit install SinisterRectus/discordia
$ lit install SinisterRectus/sqlite3
$ luvit main.lua
```No hosting support will be provided, this is a private bot.
## License
[MIT](LICENSE)