mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
add: .translateflags command add: captcha to timely, configurable in .conf gambling change: change bonuses for patreon rewards fix: nunchi message color fix
8 lines
178 B
C#
8 lines
178 B
C#
#nullable disable
|
|
namespace NadekoBot.Db.Models;
|
|
|
|
public class FlagTranslateChannel : DbEntity
|
|
{
|
|
public ulong GuildId { get; set; }
|
|
public ulong ChannelId { get; set; }
|
|
} |