Added image timeout message

This commit is contained in:
Essem 2021-08-05 20:41:30 -05:00
parent c0974e2d49
commit a1e4920c4d
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@ const Command = require("../../classes/command.js");
class ImageStatsCommand extends Command {
async run() {
await this.message.channel.sendTyping();
const servers = await this.ipc.command("image", { type: "stats" }, true);
const embed = {
embed: {