Skip to content

Commit

Permalink
added the guild count
Browse files Browse the repository at this point in the history
  • Loading branch information
Programador-jr committed Aug 13, 2021
1 parent b2d5749 commit 1b19381
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 1 deletion.
Binary file modified data/enmap.sqlite
Binary file not shown.
Binary file modified data/enmap.sqlite-shm
Binary file not shown.
Binary file modified data/enmap.sqlite-wal
Binary file not shown.
Binary file modified databases/infos/enmap.sqlite-shm
Binary file not shown.
Binary file modified databases/infos/enmap.sqlite-wal
Binary file not shown.
Binary file modified databases/playlist/enmap.sqlite-shm
Binary file not shown.
Binary file modified databases/playlist/enmap.sqlite-wal
Binary file not shown.
Binary file modified databases/playlist2/enmap.sqlite-shm
Binary file not shown.
Binary file modified databases/playlist2/enmap.sqlite-wal
Binary file not shown.
Binary file modified databases/settings/enmap.sqlite-shm
Binary file not shown.
Binary file modified databases/settings/enmap.sqlite-wal
Binary file not shown.
5 changes: 4 additions & 1 deletion handlers/setups.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ module.exports = (client) => {
`${I+1}. ${G.name} - ${G.id}`).join("\n");
if (!Guilds) return console.log("Nenhuma Guilda");
return console.log(Guilds);

})


client.on('ready', () => {
let status = [
{ name: `❓ Se você precisa de ajuda use ${prefix}help`, type: "PLAYING" },
{ name: `Me adicione usando ${prefix}convite`, type: "WATCHING" },
Expand Down

0 comments on commit 1b19381

Please sign in to comment.