mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 10:39:53 +03:00
Fix issues reported by ReSharper, implement GuildData (only GuildConfiguration)
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
3e9940f0ca
commit
cca2965205
10 changed files with 201 additions and 116 deletions
6
Data/NotificationReceiver.cs
Normal file
6
Data/NotificationReceiver.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace Boyfriend.Data;
|
||||
|
||||
public enum NotificationReceiver {
|
||||
Interested,
|
||||
Role
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue