-
Notifications
You must be signed in to change notification settings - Fork 3
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
v3 #124
Conversation
chamik
commented
Apr 21, 2024
- moving to slash commands
- a lot of cleanup work...
- interaction framework scaffold - removed help and misc module - help, ping, stop, say, and vote commands implemented - started migrating away from constants.json
except from Html2Markdown because i am scared to touch that
- Program.cs looks a lot cleaner now - removed quartz boilerplate - bumped Html2Markdown - removed secure feeds (#14)
- made penis and waifu into slash commands - specified gateway intents - respond to unauthorized command execution - ඞ - fixed an error in daily.json (long live the king)
thorn/Services/MessageHandler.cs
Outdated
else if (Regex.IsMatch(m.Content, @":3")) | ||
await m.Channel.SendMessageAsync(":33"); | ||
|
||
else if (Regex.IsMatch(m.Content, @"among\s?us")) |
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.
I think we should match "amogus" too
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.
fixed in 5a31e06 <3
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