diff options
| author | 8cy <[email protected]> | 2020-04-21 08:57:17 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 08:57:17 -0700 |
| commit | fadd61caf6e06be4cccae4e43487f309d2e74f10 (patch) | |
| tree | 2d15a1f841acae0decd5214c1afb570eaa206c65 /src/commands/utility/servercount.ts | |
| parent | web back to worker, v7.2.5 (diff) | |
| download | dep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.tar.xz dep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.zip | |
move assets around, v7.3.0
Diffstat (limited to 'src/commands/utility/servercount.ts')
| -rw-r--r-- | src/commands/utility/servercount.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utility/servercount.ts b/src/commands/utility/servercount.ts index b3ce320..eaccd89 100644 --- a/src/commands/utility/servercount.ts +++ b/src/commands/utility/servercount.ts @@ -19,7 +19,7 @@ module.exports = class ServerCountUtility extends Command { m.edit(`** **`); let emb = new MessageEmbed() - .setDescription(`Currently running on 31${this.client.guilds.cache.size} server(s). ` + emoji.random()) + .setDescription(`Currently running on ${this.client.guilds.cache.size} server(s). ` + emoji.random()) .setColor(0xFFCC4D) msg.channel.send(emb); |