Skip to content

Commit 1122977

Browse files
committed
whoops, wrong channel
1 parent 812ddf6 commit 1122977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/us/ajg0702/bots/ajsupport/InviteListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)