forked from Fascinated/Bat
impl welcomer feature
This commit is contained in:
@ -8,6 +8,7 @@ import cc.fascinated.bat.features.birthday.profile.BirthdayProfile;
|
||||
import cc.fascinated.bat.features.logging.LogProfile;
|
||||
import cc.fascinated.bat.features.namehistory.profile.guild.NameHistoryProfile;
|
||||
import cc.fascinated.bat.features.reminder.ReminderProfile;
|
||||
import cc.fascinated.bat.features.welcomer.WelcomerProfile;
|
||||
import cc.fascinated.bat.premium.PremiumProfile;
|
||||
import cc.fascinated.bat.service.DiscordService;
|
||||
import cc.fascinated.bat.service.MongoService;
|
||||
@ -128,6 +129,15 @@ public class BatGuild extends ProfileHolder {
|
||||
return getProfile(ReminderProfile.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the welcomer profile
|
||||
*
|
||||
* @return the welcomer profile
|
||||
*/
|
||||
public WelcomerProfile getWelcomerProfile() {
|
||||
return getProfile(WelcomerProfile.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Saves the user
|
||||
*/
|
||||
|
Reference in New Issue
Block a user