-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
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
…into hipperooni-branch
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
…into hipperooni-branch
@@ -131,6 +131,7 @@ export const dBirthday: SlashCommand = { | |||
.setName('get') | |||
.setDescription('Get someone\'s birthday!') | |||
.addUserOption(option => option | |||
.setRequired(true) |
There was a problem hiding this comment.
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
src/discord/utils/messageCommand.ts
Outdated
@@ -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 ( |
There was a problem hiding this comment.
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 = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
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