Updated interfacecs

This commit is contained in:
2024-01-18 15:34:55 +01:00
parent 4cfe877feb
commit 847a8663d8
71 changed files with 207 additions and 79 deletions

View File

@@ -5,7 +5,6 @@ import color from "utils/functions/colors"
export = {
name: "conolelog",
description: "console log",
type: "event",
event: "ready",
execute(client: Client) {

View File

@@ -5,7 +5,6 @@ import { color } from "config/options.json"
export = {
name: "sendonlinemessage",
description: "send an online message",
type: "event",
event: "ready",
execute() {

View File

@@ -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) {