Skip to content

Commit

Permalink
This is not Artemis, this Asena
Browse files Browse the repository at this point in the history
  • Loading branch information
anilmisirlioglu committed Aug 16, 2020
1 parent 867666c commit 91ac032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/bot/BotInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default class BotInfo extends Command{
`Çalışma Süresi (Uptime): **${secondsToTime(Math.floor(client.uptime / 1000))}**`,
`NodeJS Sürümü: **${process.versions.node}**`,
`DiscordJS Sürümü: **${version}**`,
`Artemis Sürümü: **${client.version.getFullVersion()}**`,
`Artemis Son Güncelleme: **${client.version.getLastUpdate().substr(0, 7)}**`,
`Asena Sürümü: **${client.version.getFullVersion()}**`,
`Asena Son Güncelleme: **${client.version.getLastUpdate().substr(0, 7)}**`,
`Platform (OS): **${os.platform()} (${os.type()} ${os.arch()}) - ${os.release()}**`,
`Veritabanı Bağlantısı: ${MongoDB.isConnected() ? '**Bağlı, stabil.**' : '**Bağlı değil.**'}`,
`CPU: **${os.cpus().shift().model}**`,
Expand Down

0 comments on commit 91ac032

Please sign in to comment.