Table of Contents
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
cargo
cargo run
-
docker run --name some-rethink -v "$PWD:/data" -d rethinkdb
-
Create an application at https://discord.com/developers
-
Clone the repo
git clone https://github.com/Sven65/TagBot.git
-
Enter your bot token and RethinkDB credentials in
.env
BOT_TOKEN=my_bot_token RETHINK_HOST=rethink_host ...
This bot has some commands that can be used in discord, the most prominent being /tag
. For more, check the commands
directory.
For more examples, please refer to the Documentation
- Legacy tag support
- Lua scripting
- Serenity userdata
- interaction guild_id
- interaction channel_id
- interaction member
- interaction user
- Serenity userdata functions
- Automatic luadoc generation
- Serenity userdata
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the OSL-3.0 License. See LICENSE
for more information.
Project Link: https://github.com/Sven65/TagBot
Generating docs: Set env var "GENERATE_DOCS" to "true"