Added image timeout message
This commit is contained in:
parent
c0974e2d49
commit
a1e4920c4d
2 changed files with 2 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue