You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
151 B

index.html
numhits.txt
node_modules
round.html
round.md
round.pdf
bot/README.md
.json
.env
userScore
config.json
Feature slash commands (#10) * Switch training and helping to slash commands * Remove intents * Change formatting slightly * Stop bot from registering slash commands multiple times * Fix intents * Have slash commands register as they weren't in every server * Add privileged intents * Remove privileged intents (not needed) and use interaction.user.id as member is undefined in DMs * Use set instead of create for slash commands * Capitalize first letter of command descriptions * Convert round command to slash commands * Fix setting commands to use the entire array instead of looping through it * Remove default response if message starts with "do be" * Use full form body instead of storing it in variable * Replace separate round commands with single round command using subcommands * Fix round commands * Add description for rounds command * Use rounds function instead of generateRound function * Use interaction.user instead of undefined interaction.author * Remove mention from generated message * Replace message.author with interaction.user * Move embed to options * Make generated round message ephemeral * Get rid of generating message * Make generated round message ephemeral * Add hits to rounds command * Register rounds hit as a command * Add top command to slash commands * Use interaction.user instead of nonexistent interaction.author * Fix callback catch blocks to perform actions other than logging to the console * Attempt to fix catch blocks always replying with errors * Attempt to fix catch blocks always replying with errors * Capitalize first letter of subject option description * Add slash command for changelog * Add about commands as slash commands * Add ISS to slash commands * Remove ISS from regular commands * Add about bot command * Change question timeout to 2 minutes * Make sure to reply with the about bot embed * Add source to question * Update contributors * Prevent AwesomeSciBo from losing its mind if there's no #general * Update join message and set slash commands on guild join * Remove misplaced semicolon * Remove server-specific commands * Remove message event but not functions * Update .gitignore * Change help message
3 years ago
.DS_Store
data/
*.patch
built/
.idea/