Added "fun" category

This commit is contained in:
Loïc Bersier 2019-03-30 04:43:44 +01:00
parent efdfdb52ba
commit c7df52d202
7 changed files with 7 additions and 6 deletions

View file

@ -5,7 +5,7 @@ class ImgurCommand extends Command {
constructor() {
super('imgur', {
aliases: ['badmeme', 'imgur'],
category: 'general',
category: 'fun',
description: {
content: 'Send some random images from imgur',
usage: '',

View file

@ -5,7 +5,7 @@ class InspiroBotCommand extends Command {
constructor() {
super('InspiroBot', {
aliases: ['inspirobot', 'ib'],
category: 'general',
category: 'fun',
description: {
content: 'Send images from Inspirobot',
usage: '',

View file

@ -6,7 +6,7 @@ class RedditCommand extends Command {
constructor() {
super('reddit', {
aliases: ['reddit'],
category: 'general',
category: 'fun',
args: [
{
id: 'sub',

View file

@ -6,7 +6,7 @@ class spbCommand extends Command {
constructor() {
super('spb', {
aliases: ['spb'],
category: 'general',
category: 'fun',
args: [
{
id: 'link',

View file

@ -8,7 +8,7 @@ class TtsCommand extends Command {
constructor() {
super('tts', {
aliases: ['tts'],
category: 'general',
category: 'fun',
args: [
{
id: 'text',

View file

@ -8,7 +8,7 @@ class TtsvcCommand extends Command {
constructor() {
super('ttsvc', {
aliases: ['ttsvc'],
category: 'general',
category: 'fun',
split: 'none',
args: [
{

View file

@ -68,6 +68,7 @@ class HelpCommand extends Command {
for (const category of this.handler.categories.values()) {
const title = {
general: '📝\u2000General',
fun: '🔩\u2000Fun',
images: '💕\u2000Images',
utility: '⭐\u2000Utility',
admin: '😎\u2000Admin',