horace
horace copied to clipboard
discord.js bot powering the Knights of Academia server with commands like info, AFK, and more
Bumps [set-value](https://github.com/jonschlinkert/set-value) from 3.0.2 to 3.0.3. Commits 170ceff 3.0.3 09c4b10 back port patch for 4.0.1 See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.0 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
# WIP **What** Puts the `!info` command into a (buggy yet) functional state. WIP fix for #260. **How** - Refactor `!info` command - Update/replace outdated Discord.js classes/constructor for newly supported...
In progress in branch djs-v13-update Currently broken: - [ ] profanityActions (cannot get moderation channel when ID is correct) - [ ] embed (not sure what's broken here exactly) -...
Check if sending/receiving user of `!help` is an admin before including admin commands in the message.
Horace should ping a role ID listed in config.json to allow misc. people in that role to welcome new members. Content should be the same as the original message with...
Add a `!podcast` command. When a user uses the `!podcast` command, Horace should respond with a link to the most recent _Better Your World_ podcast episode. Specific copy for this...
https://github.com/knights-of-academia/horace/blob/develop/eventActions/staffAcountabilityActions.js This file has not yet been updated for discord.js v12 - some of the function calls in this file no longer exist and throw errors as a result. This...
The FAQ command is a new command that will send users information about the channel they send the command in. When a user uses !FAQ in a channel, Horace will...