File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/us/ajg0702/bots/ajsupport Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public InviteListener(SupportBot bot) {
3939 public void onGuildMemberRemove (GuildMemberRemoveEvent e ) {
4040 String mention = "<@" +e .getUser ().getId ()+">" ;
4141 bot .getLogger ().debug (e .getUser ().getAsTag ()+" left!" );
42- TextChannel welcomeChannel = bot .getJDA ().getTextChannelById (698756204801032202L );
42+ TextChannel welcomeChannel = bot .getJDA ().getTextChannelById (615723022917304321L );
4343 if (welcomeChannel == null ) {
4444 bot .getLogger ().error ("Cannot find welcome channel for aj's plugins! Cannot send leave message" );
4545 } else {
@@ -52,7 +52,7 @@ public void onGuildMemberJoin(@NotNull GuildMemberJoinEvent e) {
5252 String mention = "<@" +e .getUser ().getId ()+">" ;
5353 bot .getLogger ().debug (e .getUser ().getAsTag ()+" joined!" );
5454
55- TextChannel welcomeChannel = bot .getJDA ().getTextChannelById (698756204801032202L );
55+ TextChannel welcomeChannel = bot .getJDA ().getTextChannelById (615723022917304321L );
5656 if (welcomeChannel == null ) {
5757 bot .getLogger ().error ("Cannot find welcome channel for aj's plugins! Cannot send join message" );
5858 } else {
You can’t perform that action at this time.
0 commit comments