nonJerry / VeraBot

Bot to verify and manage Memberships.
GNU General Public License v3.0
12 stars 7 forks source link

Better User Experience #37

Open jerrycool123 opened 1 year ago

jerrycool123 commented 1 year ago
  1. Date format hint (dd/mm/yyyy) has been added in the date setting modal.
  2. 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.