forked from EllieBotDevs/elliebot
Fixed some miscellaneous warnings in the build process
And also updated games.yml and creds_example.yml
This commit is contained in:
parent
2e8e4daa25
commit
8316b03c8c
8 changed files with 28 additions and 13 deletions
src/EllieBot/Modules
Games/ChatterBot/_common
Searches
|
@ -1,4 +1,5 @@
|
|||
using System.Text.Json.Serialization;
|
||||
#nullable disable
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace EllieBot.Modules.Games.Common.ChatterBot;
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
using System.Text.Json.Serialization;
|
||||
#nullable disable
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace EllieBot.Modules.Games.Common.ChatterBot;
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
using System.Text.Json.Serialization;
|
||||
#nullable disable
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace EllieBot.Modules.Games.Common.ChatterBot;
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
using System.Text.Json.Serialization;
|
||||
#nullable disable
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace EllieBot.Modules.Games.Common.ChatterBot;
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
using EllieBot.Modules.Searches.Common;
|
||||
#nullable disable
|
||||
using EllieBot.Modules.Searches.Common;
|
||||
using System.Net.Http.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
|
|
Reference in a new issue