Rename cookie command to cookies

This commit is contained in:
runebaas 2019-05-12 12:25:42 +02:00
parent 7d7d393a3d
commit a86a33635c
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -14,7 +14,7 @@ using Geekbot.net.Lib.RandomNumberGenerator;
namespace Geekbot.net.Commands.Rpg
{
[DisableInDirectMessage]
[Group("cookie")]
[Group("cookies")]
public class Cookies : ModuleBase
{
private readonly DatabaseContext _database;