Started Reimplementing Commands
- reimplemented utils - reimplemented infopull/51/head
parent
08dcf2f084
commit
c4f3635dd6
@ -0,0 +1,34 @@
|
||||
about:
|
||||
name: about
|
||||
description: >
|
||||
Shows information about this Discord Bot.
|
||||
permission: all
|
||||
category: Info
|
||||
response:
|
||||
about_icon: |
|
||||
This icon war created by [blackrose14344](https://www.deviantart.com/blackrose14344).
|
||||
[Original](https://www.deviantart.com/blackrose14344/art/2B-Chi-B-685771489)
|
||||
about_creator: |
|
||||
This bot was created by Trivernis.
|
||||
More about this bot [here](https://github.com/Trivernis/discordbot.js).
|
||||
|
||||
ping:
|
||||
name: ping
|
||||
description: >
|
||||
Answers with the current average ping of the bot.
|
||||
permission: all
|
||||
category: Info
|
||||
|
||||
uptime:
|
||||
name: uptime
|
||||
description: >
|
||||
Answers with the uptime of the bot.
|
||||
permission: all
|
||||
category: Info
|
||||
|
||||
guilds:
|
||||
name: guilds
|
||||
description: >
|
||||
Answers with the number of guilds the bot has joined
|
||||
permission: owner
|
||||
category: Info
|
@ -0,0 +1,44 @@
|
||||
shutdown:
|
||||
name: shutdown
|
||||
description: >
|
||||
Shuts down the bot.
|
||||
permission: owner
|
||||
category: Utility
|
||||
|
||||
add_presence:
|
||||
name: addpresence
|
||||
description: >
|
||||
Adds a Rich Presence to the bot.
|
||||
permission: owner
|
||||
category: Utility
|
||||
usage: addpresence [presence]
|
||||
|
||||
rotate_presence:
|
||||
name: rotate_presence
|
||||
description: >
|
||||
Forces a presence rotation
|
||||
permission: owner
|
||||
category: Utility
|
||||
|
||||
create_user:
|
||||
name: create_user
|
||||
description: >
|
||||
Creates a user for the webinterface.
|
||||
permission: owner
|
||||
category: Utility
|
||||
args:
|
||||
- username
|
||||
- password
|
||||
- scope
|
||||
|
||||
bugreport:
|
||||
name: bug
|
||||
description: >
|
||||
Get information about where to report bugs.
|
||||
permission: all
|
||||
category: Utility
|
||||
response:
|
||||
title: >
|
||||
You want to report a bug?
|
||||
bug_report: >
|
||||
Please report your bugs [here](https://github.com/Trivernis/discordbot.js/issues)
|
Loading…
Reference in New Issue