A Discord Bot for custom command.
コマンドの形は自由です。
コマンドに絵文字を含めることもできます。
- .NET Core 3.1
- Humor
DiscordのBot用トークンをappsettings.Development.json
にDiscordTokenとして登録する必要があります。
KusanagiBot.cs と同じフォルダに追加してください。
(例)
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"DiscordToken": "YourToken"
}
Under the MIT
ConsoleAppFramework Copyright (c) 2020 Cysharp, Inc.
LICENSE
Discord.Net Copyright (c) 2015-2019 Discord.Net Contributors
LICENSE