mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Update file JokeCommands.cs
This commit is contained in:
@@ -39,7 +39,7 @@ public partial class Searches
|
|||||||
[Cmd]
|
[Cmd]
|
||||||
public async Task MagicItem()
|
public async Task MagicItem()
|
||||||
{
|
{
|
||||||
if (!_service.WowJokes.Any())
|
if (!_service.MagicItems.Any())
|
||||||
{
|
{
|
||||||
await ReplyErrorLocalizedAsync(strs.magicitems_not_loaded);
|
await ReplyErrorLocalizedAsync(strs.magicitems_not_loaded);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user