forked from Supositware/Haha-Yes
Added "fun" category
This commit is contained in:
parent
efdfdb52ba
commit
c7df52d202
7 changed files with 7 additions and 6 deletions
|
@ -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: '',
|
|
@ -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: '',
|
|
@ -6,7 +6,7 @@ class RedditCommand extends Command {
|
|||
constructor() {
|
||||
super('reddit', {
|
||||
aliases: ['reddit'],
|
||||
category: 'general',
|
||||
category: 'fun',
|
||||
args: [
|
||||
{
|
||||
id: 'sub',
|
|
@ -6,7 +6,7 @@ class spbCommand extends Command {
|
|||
constructor() {
|
||||
super('spb', {
|
||||
aliases: ['spb'],
|
||||
category: 'general',
|
||||
category: 'fun',
|
||||
args: [
|
||||
{
|
||||
id: 'link',
|
|
@ -8,7 +8,7 @@ class TtsCommand extends Command {
|
|||
constructor() {
|
||||
super('tts', {
|
||||
aliases: ['tts'],
|
||||
category: 'general',
|
||||
category: 'fun',
|
||||
args: [
|
||||
{
|
||||
id: 'text',
|
|
@ -8,7 +8,7 @@ class TtsvcCommand extends Command {
|
|||
constructor() {
|
||||
super('ttsvc', {
|
||||
aliases: ['ttsvc'],
|
||||
category: 'general',
|
||||
category: 'fun',
|
||||
split: 'none',
|
||||
args: [
|
||||
{
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue