forked from Fascinated/Bat
add invite command
This commit is contained in:
@ -83,7 +83,8 @@ public class GuildService extends ListenerAdapter {
|
||||
|
||||
@Override
|
||||
public final void onGuildJoin(GuildJoinEvent event) {
|
||||
log.info("Joined guild \"{}\"", event.getGuild().getId());
|
||||
getGuild(event.getGuild().getId()); // Ensure the guild is in the database
|
||||
Guild guild = event.getGuild();
|
||||
log.info("Joined guild \"{}\"", guild.getId());
|
||||
getGuild(guild.getId()); // Ensure the guild is in the database
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user