Notes to developers:
- Replace everything with
< ... >
with the required data - Replace init-discord-bot with a feature / bot name
- Remove all these notes
Download Go
$ git clone <repository url>
$ go mod download
$ cd ./cmd/init-discord-bot
$ go build
$ ./init-discord-bot
# ... edit config.yml ...
$ ./init-discord-bot
List your commands here and describe each one
<To do this>:
- Do this step first then
- run
.prefix command <arg 1> <arg 2>
... and so on ...