https://github.com/hatninja/SphealBot
A modular discord bot made with Discordia
https://github.com/hatninja/SphealBot
discord-bot discordia luvit
Last synced: 10 months ago
JSON representation
A modular discord bot made with Discordia
- Host: GitHub
- URL: https://github.com/hatninja/SphealBot
- Owner: hatninja
- License: gpl-3.0
- Created: 2017-05-07T18:10:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T18:29:38.000Z (about 8 years ago)
- Last Synced: 2025-02-20T04:28:41.229Z (11 months ago)
- Topics: discord-bot, discordia, luvit
- Language: Lua
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SphealBot
My personal bot that I run for my discord server.
It uses [Discordia](https://github.com/SinisterRectus/Discordia), which is based on Luvit and LuaJIT.
It's functionality is entirely determined by it's commands, which you can think of as services.
These "services" can choose to appear on the bot's help list, have global functionality, or access various callbacks such as a regular messages or commands.
## Installation
1. Install [Luvit](https://luvit.io/install.html), along with [Discordia](https://github.com/SinisterRectus/Discordia).
2. Put your bot token in a new file called `token.txt` at the project root.
3. Then run with `luvit /path/to/SphealBot` and you should be good to go!