mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Gambling moved to a separate project. Project builds
This commit is contained in:
12
src/Nadeko.Bot.Common/Services/IRemindService.cs
Normal file
12
src/Nadeko.Bot.Common/Services/IRemindService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
#nullable disable
|
||||
namespace NadekoBot.Modules.Utility.Services;
|
||||
|
||||
public interface IRemindService
|
||||
{
|
||||
Task AddReminderAsync(ulong userId,
|
||||
ulong targetId,
|
||||
ulong? guildId,
|
||||
bool isPrivate,
|
||||
DateTime time,
|
||||
string message);
|
||||
}
|
Reference in New Issue
Block a user