Rename cookie command to cookies
This commit is contained in:
parent
7d7d393a3d
commit
a86a33635c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ using Geekbot.net.Lib.RandomNumberGenerator;
|
||||||
namespace Geekbot.net.Commands.Rpg
|
namespace Geekbot.net.Commands.Rpg
|
||||||
{
|
{
|
||||||
[DisableInDirectMessage]
|
[DisableInDirectMessage]
|
||||||
[Group("cookie")]
|
[Group("cookies")]
|
||||||
public class Cookies : ModuleBase
|
public class Cookies : ModuleBase
|
||||||
{
|
{
|
||||||
private readonly DatabaseContext _database;
|
private readonly DatabaseContext _database;
|
||||||
|
|
Loading…
Reference in a new issue