Commit Graph

24 Commits (master)

Author SHA1 Message Date
Luther Wen Xu 0e68c29b95
commands: Become case-insensitive on commands 2020-01-29 00:48:07 +07:00
Luther Wen Xu 6b0afb5f1d
modules/command: Implement "pgqadmin kick" 2020-01-12 18:05:45 +07:00
Luther Wen Xu 76b7aaa01a
modules/active+config: Allow multiple unnerfed channels 2020-01-05 17:00:23 +07:00
Luther Wen Xu 8b4a039ee1
modules/command: Add `pgqadmin` command
This command currently only has one feature: To echo an arbitrary
message to an arbitrary channel.
2020-01-04 22:15:50 +07:00
Luther Wen Xu ec1657d398
modules/commands+level: Prestiging now flushes level cache
This allows newly prestiged users to get their roles back.
2020-01-04 21:16:10 +07:00
Luther Wen Xu c80fdc51cc
modules/config+gacha: Make gacha rewards configurable 2020-01-04 20:23:37 +07:00
Luther Wen Xu cc9b770cf6
modules/commands/level: Do not display percentage on max level 2019-12-13 18:52:06 +07:00
Luther Wen Xu e9d2db3023
modules/level: Make total number of levels flexible 2019-12-13 18:48:51 +07:00
Luther Wen Xu eb23870513
modules: Check for errors and report them 2019-12-13 18:14:32 +07:00
Luther Wen Xu 801f9f8d6f
modules/config: Move roles and token into config file 2019-12-13 18:08:01 +07:00
Luther Wen Xu c73d28cc79
modules/config: Read all config from JSON instead of hardcoding them 2019-12-13 17:52:36 +07:00
Luther Wen Xu ae09dbbe85
modules/roles: Clean up code 2019-12-12 15:30:25 +07:00
Luther Wen Xu 07d61be4be
modules/commands/level: Fix level display
This prevents the randomizer from showing values above the level up requirement
2019-12-12 14:13:43 +07:00
Luther Wen Xu 5e89a5d9f9
modules/starboard: Fix starboard thumbnail
The code was looking in embeds when Discord places it in attachments. This has been rectified by making the code look in attachments instead.
2019-12-12 13:32:38 +07:00
Luther Wen Xu f4aa441899
modules/starboard: Add thumbnails of pictures when a file is attached
This prevents seemingly empty starred messages from appearing
2019-12-12 12:54:05 +07:00
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
Luther Wen Xu 1bdf798cb9
modules/level: Make sure variable is not changed in another thread 2019-11-29 22:33:07 +07:00
Luther Wen Xu 2fc1e22e23
modules/roles: Don't assign old level role again 2019-11-29 22:10:01 +07:00
Luther Wen Xu 19e016ae78
modules/gacha: Fix implementation of random 2019-11-28 12:11:06 +07:00
Luther Wen Xu a49f97dab1
modules/commands/version: Fix os.exec() call 2019-11-27 20:35:38 +07:00
Luther Wen Xu 17826afb1e
modules/commands: Implement 'pgqversion' command 2019-11-27 20:27:56 +07:00
Luther Wen Xu 76b7707b2b
modules/config: Move all configurable constants into config package 2019-11-27 20:14:17 +07:00
Luther Wen Xu 05512cbbd2
modules/commands: Separate into their own package 2019-11-27 18:40:31 +07:00
Luther Wen Xu 825cf44216
modules: Move most code in main package to their own modules 2019-11-27 17:07:48 +07:00