mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
More work on gambling
This commit is contained in:
@@ -1281,10 +1281,4 @@ public class XpService : INService, IReadyExecutor, IExecNoCommand
|
||||
uow.RemoveRange(guildConfig.XpSettings.CurrencyRewards);
|
||||
await uow.SaveChangesAsync();
|
||||
}
|
||||
|
||||
private enum NotifOf
|
||||
{
|
||||
Server,
|
||||
Global
|
||||
} // is it a server level-up or global level-up notification
|
||||
}
|
Reference in New Issue
Block a user