Files
nadekobot/src/NadekoBot/_common/AddRemove.cs
Kwoth 0f240925e8 add: notify, minesweeper, migrations
dev: renames, refactors
change: remind optimized wait
2024-12-03 14:13:31 +00:00

10 lines
126 B
C#

#nullable disable
namespace NadekoBot.Common;
public enum AddRemove
{
Add = 0,
Remove = 1,
Rem = 1,
Rm = 1,
}