You can invite the bot to your sevrer using this link.
For contributing to the bot's code, read the CONTRIBUTING.md file.
DESCRIPTION OF YOUR BOT: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque sit amet consequat magna. Nam malesuada vitae tortor id aliquam. Praesent congue lectus quis neque scelerisque euismod. Pellentesque malesuada diam ut purus facilisis, et ultricies tellus vulputate. Sed a consequat ipsum. Vivamus dui neque, venenatis non dui vitae, mattis pulvinar nisl. Praesent vitae viverra mi.
All the commands start with the prefix /
Name | Description |
---|---|
hello | Say hello to the bot! |
... | ... |
... | ... |
If you want to compile the bot's code to then run it in a local server, you will need:
Name | Version | Use | Links |
---|---|---|---|
Git | v0.9+ | Clonning the repository to your computer | install docs |
Go tool | v0.5.0+ | Building the actual bot as an executable | install docs |
Then, run open a terminal / cmd and run:
git clone https://github.com/<github username>/<repository name>.git
cd <repository name>/bot
go build -o bot
./bot -t <bot token>
This project is under the MIT License