You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
super(Category.Help, "Displays help about the FAQ", "faq");
11
+
}
12
+
13
+
@Override
14
+
publicvoidrun(MessageReceivedEventevent) {
15
+
event.getMessage().delete().queue();
16
+
event.getChannel().sendMessage(Utils.embed("Checkout the [FAQ](https://github.com/MeteorDevelopment/meteor-client/wiki) page for frequently asked questions.").build()).queue();
0 commit comments