mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 18:58:27 -04:00
8 lines
152 B
C#
8 lines
152 B
C#
namespace NadekoBot.Modules.Administration._common.results;
|
|
|
|
public enum SetServerIconResult
|
|
{
|
|
Success,
|
|
InvalidFileType,
|
|
InvalidURL
|
|
} |