forked from Fascinated/Bat
impl reminders
This commit is contained in:
@ -7,6 +7,7 @@ import cc.fascinated.bat.features.base.profile.FeatureProfile;
|
||||
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.premium.PremiumProfile;
|
||||
import cc.fascinated.bat.service.DiscordService;
|
||||
import cc.fascinated.bat.service.MongoService;
|
||||
@ -119,6 +120,15 @@ public class BatGuild extends ProfileHolder {
|
||||
return getProfile(LogProfile.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the reminder profile
|
||||
*
|
||||
* @return the reminder profile
|
||||
*/
|
||||
public ReminderProfile getReminderProfile() {
|
||||
return getProfile(ReminderProfile.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Saves the user
|
||||
*/
|
||||
|
Reference in New Issue
Block a user