[ARCHIVED] A simple Discord bot that keeps track of XP and awards user with random Discord permissions.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Luther Wen Xu 70655246ac
modules/starboard: Fix duplicate starring in message
Starboard is not meant to star a message multiple times. After investigation, it has been noted that the check if a message has been starred does not check the same ID as the one recorded. To rectify this, the recorded ID is now the message that got starred instead of the one sent to starboard.
2019-12-12 12:37:38 +07:00
db db: Reorganize code into separate package 2019-11-20 20:59:48 +07:00
modules modules/starboard: Fix duplicate starring in message 2019-12-12 12:37:38 +07:00
.gitignore xp: Implement level role 2019-11-18 13:11:36 +07:00
go.mod Initial Commit 2019-11-17 22:47:34 +07:00
go.sum Initial Commit 2019-11-17 22:47:34 +07:00
main.go modules/commands: Separate into their own package 2019-11-27 18:40:31 +07:00