Date format hint (dd/mm/yyyy) has been added in the date setting modal.
Replace every guild-only command check from a customized utility function (is_interaction_not_dm) to an existing decorator (@app_commands.guild_only()) to prevent confusing the users in their DM. After the bot owner use $syncGlobal to synchronize the application commands again, those commands would no longer show in the DM.
is_interaction_not_dm
) to an existing decorator (@app_commands.guild_only()
) to prevent confusing the users in their DM. After the bot owner use$syncGlobal
to synchronize the application commands again, those commands would no longer show in the DM.