Updated interfacecs
This commit is contained in:
@@ -5,7 +5,6 @@ import color from "utils/functions/colors"
|
||||
export = {
|
||||
name: "conolelog",
|
||||
description: "console log",
|
||||
type: "event",
|
||||
event: "ready",
|
||||
|
||||
execute(client: Client) {
|
||||
|
||||
@@ -5,7 +5,6 @@ import { color } from "config/options.json"
|
||||
export = {
|
||||
name: "sendonlinemessage",
|
||||
description: "send an online message",
|
||||
type: "event",
|
||||
event: "ready",
|
||||
|
||||
execute() {
|
||||
|
||||
@@ -5,7 +5,6 @@ import { ExtendedClient as Client } from "utils/Client"
|
||||
export = {
|
||||
name: "status",
|
||||
description: "Sets the status of the bot",
|
||||
type: "event",
|
||||
event: "ready",
|
||||
|
||||
execute(client: Client) {
|
||||
|
||||
Reference in New Issue
Block a user