This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff 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` )
Original file line number Diff line number Diff 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` ,
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments