Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit c825158

Browse files
committed
refactor: removed debug comments
also new emoji :O
1 parent 0326735 commit c825158

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/Commands/Information/info.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ export default {
1818
members.push(member);
1919
}
2020

21-
members.forEach((mem, ind) => console.log(ind, mem.tag));
22-
2321
const embed = new EmbedBuilder()
2422
.setColor(colors('chatbot'))
2523
.setTitle(`${icons.info} ChatBot Information`)

src/Scripts/blacklist/list.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = {
1313
const LIMIT = 5;
1414
let counter = 0;
1515

16-
1716
// loop through all data
1817
// after counter hits limit (5) assign fields to an embed and push to to embeds array
1918
// reset counter & clear fields array
@@ -23,8 +22,6 @@ module.exports = {
2322
const result = await database.blacklistedServers.findMany();
2423

2524
result.forEach((data, index) => {
26-
console.log(data);
27-
2825
fields.push({
2926
name: data.serverName,
3027
value: `${interaction.client.emoji.icons.id}: ${data.serverId}\nReason: ${data.reason}\n\n`,

src/Utils/JSON/emoji.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"developer": "<:badge_developer:994549313013284904>",
6262
"staff": "<:badge_DiscordStaff:994444519489675365>",
6363
"premium": "<:badge_BugHunter3:994262351266185317>",
64+
"voter": "<:topgg_voter:1050417727581474846",
6465
"moderator": "<:badge_CertifiedModerator:994444514989182986>",
6566
"bug_hunter": "<:badge_BugHunter31:994445137818169416>"
6667
}

0 commit comments

Comments
 (0)