Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enabling Trivia and small fixes #683

Merged
merged 40 commits into from
Oct 6, 2023
Merged

Re-enabling Trivia and small fixes #683

merged 40 commits into from
Oct 6, 2023

Conversation

Hipperooni
Copy link
Member

Re-enabled Trivia
Stopped Verified role from being removed during tripsit session (stops welcome messages)
Added code for /voice add (disabled)
Removed /voice radio (just way too buggy)
Small edit to welcome message

Hipperooni and others added 30 commits May 22, 2023 22:34
Added /message
Added roleAudits for donor colours in onboarding
Added typing status to /say
It works, but is kinda slow sometimes, probably some inefficient looping
Tents are now in their own category
I am silly
Make AFK channel immune to deletion
Make TTS role count as donor for donor colours
Silly bot keeps deleting it
Changed from checking explicit IDs to not delete to simply checking if a voice channel includes a tent emoji or not
Add 'busy' role to TTS mindsets
Make tripbot typing 3 seconds instead of 1.5
Add typing to announcements
Change how tent deletion works
Update IDs in env
First pass, needs work and add function of changing the tent name to signify the bot is being borrowed
Allows editing of bitrate
No way to test in dev. Incorporated what was originally a separate function (checking if there is already a radio bot in the channel before moving a new one in), into the same part of the code that checks if the radio is available and pulls it in
Hipperooni and others added 7 commits August 11, 2023 16:53
Re-enabled Trivia
Stopped Verified role from being removed during tripsit session (stops welcome messages)
Added code for /voice add (disabled)
Removed /voice radio (just way too buggy)
Small edit to welcome message
@@ -131,6 +131,7 @@ export const dBirthday: SlashCommand = {
.setName('get')
.setDescription('Get someone\'s birthday!')
.addUserOption(option => option
.setRequired(true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's code down below that says "if the member isn't provided, default to the user who did the command"

@@ -340,7 +340,7 @@ async function addedVerified(
await channelLounge.send({
content: stripIndents`**${greeting}**

Be safe, have fun, /report any issues!
Be safe, have fun, and don't forget to visit the <id:guide> for more information!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@@ -281,6 +281,32 @@ give people a chance to answer 😄 If no one answers in 5 minutes you can try a
if (message.guild.id !== env.DISCORD_GUILD_ID) return;
// log.debug(F, 'Sad stuff detected');
await message.react(heartEmojis[Math.floor(Math.random() * heartEmojis.length)]);
} else if (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't ready yet

// const otherRoles = [
// env.ROLE_VERIFIED,
// ];
const otherRoles = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@LunaUrsa LunaUrsa merged commit 58f3831 into main Oct 6, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants