Addresses https://getsentry.atlassian.net/browse/SECURITY-4486 currently, we don't verify that the guild/server the user has permissions to actually the bot, so someone can modify the request and i...
import { Client, Collection, GatewayIntentBits } from 'discord.js'; import { botToken } from '@/config'; import { createLogger, deployCommands } from '@/utils'; import { deployCommands } from '@/utils'; const client = new Client({ intents: [ @@ -12,8 +12,6 @@ const client ...
ULBDiscordBot This is a small discord bot written in python using the disnake library to make a registration system for ULB discord servers. The bot checks that a user is a ULB student by verifying their ULB email adress using a one-time generated token sent to their email adress. It the...