Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaxium69 committed Jun 24, 2021
1 parent afb67a3 commit 7f5a643
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file modified TyroBot/build/libs/TyroBot-0.1-Beta-all.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion TyroBot/src/main/java/fr/tyrolium/maxime/bot/message.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void onMessageReceived(@Nonnull MessageReceivedEvent event) {
String userPapa = "363366883652796416";
if (userEvent.equals(userPapa)){
if (event.getMessage().getContentRaw().toLowerCase().contains("t!admin")) {
event.getChannel().sendMessage("oui tu est bien mon créateur maxime").queue();
event.getChannel().sendMessage("oui tu est bien mon createur " + userTab.getAsTag()).queue();
System.out.println(guildTab.getName() + " / " + channelTab.getName() + " <Requette Effectuez>");
}
}
Expand Down

0 comments on commit 7f5a643

Please sign in to comment.