Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Jun 15, 2020
1 parent 2299f92 commit e295dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/all.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2",
"version": "3.1.2",
"emojis": {
"abstain": "653718217969238021",
"downvote": "653231195051786260",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/mod ideas manager/actor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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> <member ID or @mention> [-f]";
getPermission = (message: Discord.Message) => CommandPermission.ModIdeasManager;

Expand Down

0 comments on commit e295dd4

Please sign in to comment.