Releases: Focus04/focus
Slash Commands and Message Components
-All commands are now Discord integrated slash commands.
-All custom prefixes have been removed, along with the /setprefix
command. /
is now the only prefix.
-/help
embed links are now buttons.
-Role pickers have a brand new design, with dropdown menus instead of reactions. With that, all previous role pickers have been disabled.
-The /rolepicker
command now requires 3 arguments: role
(emoji
) (description
). emoji
can either be a standard unicode emoji or a custom one (if using custom, make sure the bot has access to it). All role picker commands require the Manage Server permission.
-Added /addroletorp
because creating a role picker will only add 1 role option to it. To add more, use /addroletorp messageid
role
(emoji
) (description
). The messageid
argument is the message ID of the role picker. To get it, enable Developer Options in your user settings, right-click on the message and click Copy ID
. To add more than 1 role, you have to use /addroletorp multiple times.
-Added /delrolefromrp
to remove a role from a role picker. Usage: /delrolefromrp messageid
role
.
-Removed /delrolepicker
.
-Added /disablerp
to temporary disable a role picker without deleting it. Usage: /disablerp messageid
.
-Added /enablerp
to re-enable a disabled role picker. Usage: /enablerp messageid
.
-You can't get the avatars of more than 1 member.
-You can't get the userinfo from more than 1 member.
-Added /yomomma
which sends a mom joke to a user. Usage: /yomomma user
.
-Fixed the bot not viewing welcome, leave, log and suggestion channels when their name changes.
-Added /serversuggestion
to send a server suggestion. The old system where every message sent in a suggestions channel was turned into a suggestion no longer works. You can send a server suggestion from any channel and it will automatically be posted in the suggestions channel. Usage: /serversuggestion suggestion
.
Disabling Commands
-Added /disablecmd
to disable commands from being used in your server. It requires the Manage Server permission. Usage: disablecmd command
-Added /enablecmd
to enable commands. It has the same requirements and usage.