Removed module projects because it can't work like that atm. Commented out package commands.
This commit is contained in:
9
NadekoBot.Core/Modules/Searches/Common/WoWJoke.cs
Normal file
9
NadekoBot.Core/Modules/Searches/Common/WoWJoke.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace NadekoBot.Modules.Searches.Common
|
||||
{
|
||||
public class WoWJoke
|
||||
{
|
||||
public string Question { get; set; }
|
||||
public string Answer { get; set; }
|
||||
public override string ToString() => $"`{Question}`\n\n**{Answer}**";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user