-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bot
updated
25 files
+194 −648 | LICENSE | |
+ − | images/privacy-settings.png | |
+6 −26 | locales/en-US/commands.json | |
+7 −0 | locales/en-US/events.json | |
+53 −0 | locales/en-US/modules.json | |
+3 −2 | package.json | |
+14 −11 | prisma/schema.prisma | |
+6 −3 | src/bot.ts | |
+47 −0 | src/buttons/verification/information.ts | |
+239 −0 | src/buttons/verification/start.ts | |
+24 −0 | src/commands/modules/base.sync.ts | |
+59 −0 | src/commands/modules/verification.sync.ts | |
+26 −0 | src/components/handlers/buttons.ts | |
+1 −0 | src/components/handlers/exports.ts | |
+44 −8 | src/components/handlers/i18n.ts | |
+12 −4 | src/components/typings/index.d.ts | |
+30 −0 | src/events/guild/guildCreate.ts | |
+24 −0 | src/events/guild/guildDelete.ts | |
+94 −0 | src/events/interactionCreate/buttons.ts | |
+8 −3 | src/events/interactionCreate/commands.ts | |
+3 −3 | src/events/interactionCreate/language.ts | |
+17 −27 | src/events/ready/avatar_status.ts | |
+0 −20 | src/events/ready/dashboard.ts | |
+6 −7 | src/events/ready/language.ts | |
+46 −0 | src/events/ready/ready.ts |