verificationbot icon indicating copy to clipboard operation
verificationbot copied to clipboard

Change Verification Email text?

Open Handrail9 opened this issue 2 years ago • 4 comments

Hello, currently setting this up for my Community College. Was wondering if theres a way to change the Email text so my members don't get confused about which college discord they were joining. I'm using the docker compose method. Thanks!

Handrail9 avatar Aug 30 '23 07:08 Handrail9

Hi! It looks like the latest version of the bot just says "Our Discord server", as seen on lines 172-176 of verification.py: image The Docker-compose method hasn't been tested in a while (I just run the bot on bare metal at the moment), so it's possible that the image that it's building from is out of date.

EDIT: Yeah, the docker-hub image is two years out of date - it used to automatically build, but they started charging for it. You'll have to build the image locally, I'll update the instructions to say as much. You should be able to build on your local machine by following the instructions here to modify the docker-compose and build on your local machine.

jensengillett avatar Aug 31 '23 03:08 jensengillett

Readme was updated, and the updates to the docker-compose that were required to facilitate this fix were merged in #55 . I'll draft a new release off this version, since the dockerhub method no longer works. Let me know if it works for you now!

jensengillett avatar Aug 31 '23 03:08 jensengillett

So i cloned the repo and used the new docker-compose file with the build command, and the bot appears to be online, but when a user tries to issue any command to the bot, the bot is unresponsive. For some reason the bot is saying it doesn't have the Privileged message content intent when it is enabled in Privileged Gateway Intents. Is there something I might have done wrong? /app/./bot.py:104: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited bot.load_extension(f"cogs.{extension}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback 2023-08-31 10:28:28 WARNING discord.ext.commands.bot Privileged message content intent is missing, commands may not work as expected. 2023-08-31 10:28:28 INFO discord.client logging in using static token 2023-08-31 10:28:29 INFO discord.gateway Shard ID None has connected to Gateway (Session ID: redacted).

Edit: Just for testing purposes I made a new bot in the discord developer portal and gave it every permission, administrator, turned on all the privileged gateway intents, and admin in the server and it still seems to print the same error

Handrail9 avatar Aug 31 '23 10:08 Handrail9

Sorry for the late reply - for some reason apparently my email notification didn't go through. I'm not sure why you'd be getting that error - as long as the bot isn't in a ton of servers (which it shouldn't be, especially if you set up a new bot), it should just work. I'll have to check the settings on my existing bot and see what differs.

Edit: Here's the intents I have enabled: image

My best guess would be that maybe something changed in discord.py - I haven't actually updated the version running on my end for quite a while. I'm not entirely sure how you would easily test that though.

jensengillett avatar Sep 13 '23 21:09 jensengillett