-
Notifications
You must be signed in to change notification settings - Fork 77
Home
Welcome to the odin-bot-v2 wiki! This bot is used in our Discord server and serves as a way to help users quickly access information, award one another points, and get engaged with the community and open-source contributions. Please read the sidebar for important guides and links. We abide by a Code of Conduct.
Check out our Commands Guide. Keep in mind, adding a new command should be discussed either in the server, in the #discord-suggestions channel, or via an Issue.
Since most new commands now will be slash commands, we no longer require tests for all of them as things like discord.js' SlashCommandBuilder
and EmbedBuilder
have already been tested in their library. If a new slash command requires additional custom logic such as a custom service, that service will need tests.
You can run npm test <file>.js -- -u
to update the snapshot test for your command. Please verify that the output matches your expected output.