Skip to content

Commit 1f9010a

Browse files
change gender to body type for better inclusivity
1 parent a9264bb commit 1f9010a

File tree

4 files changed

+214
-214
lines changed

4 files changed

+214
-214
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#include <ssod/ssod.h>
2222
#include <ssod/command.h>
2323

24-
struct gender_command : public command {
25-
static constexpr std::string_view name{"gender"};
24+
struct body_command : public command {
25+
static constexpr std::string_view name{"body"};
2626
static dpp::slashcommand register_command(dpp::cluster& bot);
2727
static dpp::task<void> route(const dpp::slashcommand_t &event);
2828
};

0 commit comments

Comments
 (0)