mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
add: setserverbanner and setservericon commands
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace NadekoBot.Modules.Administration._common.results;
|
||||
|
||||
public enum SetServerBannerResult
|
||||
{
|
||||
Success,
|
||||
InvalidFileType,
|
||||
Toolarge,
|
||||
InvalidURL
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
namespace NadekoBot.Modules.Administration._common.results;
|
||||
|
||||
public enum SetServerIconResult
|
||||
{
|
||||
Success,
|
||||
InvalidFileType,
|
||||
InvalidURL
|
||||
}
|
Reference in New Issue
Block a user