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

v3 #124

Merged
merged 9 commits into from
Apr 21, 2024
Merged

v3 #124

merged 9 commits into from
Apr 21, 2024

Conversation

chamik
Copy link
Member

@chamik 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)
@chamik chamik requested review from x10102 and Aidam7 April 21, 2024 15:03
else if (Regex.IsMatch(m.Content, @":3"))
await m.Channel.SendMessageAsync(":33");

else if (Regex.IsMatch(m.Content, @"among\s?us"))
Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed in 5a31e06 <3

Copy link
Contributor

@x10102 x10102 left a comment

Choose a reason for hiding this comment

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

nice

@chamik chamik merged commit 53e7936 into master Apr 21, 2024
1 check passed
@chamik chamik deleted the slash branch April 21, 2024 15:30
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.

3 participants