This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
PermissionGacha/modules
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
..
active modules/config: Move all configurable constants into config package 2019-11-27 20:14:17 +07:00
commands modules/commands/version: Fix os.exec() call 2019-11-27 20:35:38 +07:00
config modules/config: Move all configurable constants into config package 2019-11-27 20:14:17 +07:00
gacha modules/gacha: Fix implementation of random 2019-11-28 12:11:06 +07:00
level modules/level: Make sure variable is not changed in another thread 2019-11-29 22:33:07 +07:00
log modules: Move most code in main package to their own modules 2019-11-27 17:07:48 +07:00
roles modules/roles: Don't assign old level role again 2019-11-29 22:10:01 +07:00
starboard modules/starboard: Fix duplicate starring in message 2019-12-12 12:37:38 +07:00