From e295dd4fdfdf2920abaf4d3976972842156a2b3d Mon Sep 17 00:00:00 2001 From: AlexejheroYTB Date: Mon, 15 Jun 2020 19:51:47 +0300 Subject: [PATCH] 3.1.2 --- config/all.json | 2 +- src/commands/mod ideas manager/actor.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/all.json b/config/all.json index e52171a..0032db5 100644 --- a/config/all.json +++ b/config/all.json @@ -1,5 +1,5 @@ { - "version": "3.2", + "version": "3.1.2", "emojis": { "abstain": "653718217969238021", "downvote": "653231195051786260", diff --git a/src/commands/mod ideas manager/actor.ts b/src/commands/mod ideas manager/actor.ts index 3a5e259..21a8fb9 100644 --- a/src/commands/mod ideas manager/actor.ts +++ b/src/commands/mod ideas manager/actor.ts @@ -8,7 +8,7 @@ import * as parser from "../../parser"; export default class implements Command { name = "actor"; aliases = []; - description = "Changes the last actor of a mod idea"; + description = "Changes the last actor on a mod idea"; usage = "<#ID> [-f]"; getPermission = (message: Discord.Message) => CommandPermission.ModIdeasManager;