$botToken

Botun tokenini gösterir.

Kullanım

$botToken

Örnek(ler)

client.command({
  name: "token",
  code: `
  $botToken
  `
});

Last updated