This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
Economy Breakdown
Resume
This update focuses on removing the economy system entirely (which will come back at some point in development), fixing issues and adding user-requested features, such as blocking other users.
Major changes
These changes directly impact user experience.
- [+] Allow users to block others from using interactive commands. [d587f94]
block
,blocklist
andunblock
; usek!help <Command>
for more info.
- [+] Ability to remove the custom prefix. [37cb819]
removeprefix
.
- [-] Remove the economy system. [#26, 849183a]
daily
,gamble
,balance
,donate
,item
andmarket
.
Minor changes
These changes do not directly impact (or barely do) user experience.
- [+]
beval
alias for the sub-commandbroadcasteval
ofeval
. [33782a4] - [+]
guarded
status granted for therestart
command. [8677e45] - [+]
set
command for administrative tasks. [b2ffe14] - [+]
nom
alias for the commandbite
. [bcba94b, de250db{Spelling fix}] - [~] Spelling fixes. [5554f53, a63b71d, de250db, fc586b4]
- [~] Handle pipe (
|
) character in user name on embeds. [da62420] - [~] Stop sending webhooks for Pull Requests. [668a8b0, 4e389e7]