Files
nadekobot/src/NadekoBot/Modules/Gambling/Common/GamblingError.cs
2021-12-29 06:07:16 +01:00

8 lines
110 B
C#

#nullable disable
namespace NadekoBot.Modules.Gambling;
public enum GamblingError
{
None,
NotEnough
}