mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Fixed some aliases and reworked namespaces
This commit is contained in:
@@ -1,6 +1,22 @@
|
||||
namespace Nadeko.Bot.Db;
|
||||
namespace NadekoBot.Db;
|
||||
|
||||
public enum ActivityType
|
||||
public enum DbActivityType
|
||||
{
|
||||
|
||||
/// <summary>The user is playing a game.</summary>
|
||||
Playing,
|
||||
|
||||
/// <summary>The user is streaming online.</summary>
|
||||
Streaming,
|
||||
|
||||
/// <summary>The user is listening to a song.</summary>
|
||||
Listening,
|
||||
|
||||
/// <summary>The user is watching some form of media.</summary>
|
||||
Watching,
|
||||
|
||||
/// <summary>The user has set a custom status.</summary>
|
||||
CustomStatus,
|
||||
|
||||
/// <summary>The user is competing in a game.</summary>
|
||||
Competing,
|
||||
}
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Bot.Db;
|
||||
namespace NadekoBot.Db;
|
||||
|
||||
[Flags]
|
||||
public enum GuildPerm : ulong
|
||||
|
Reference in New Issue
Block a user