Skip to content

Commit 1e64437

Browse files
authored
Add files via upload
1 parent f2f69b8 commit 1e64437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commands/⚙️ Settings/language.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,19 @@ var {
149149
.setFooter(es.footertext, es.footericon)]
150150
});
151151
edited = true;
152-
helpmsg.edit({content: `Time has ended type ${prefix}setup-language again!`, embeds: helpmsg.embeds[0], components: alldisabledbuttons})
152+
helpmsg.edit({content: `Time has ended type ${prefix}setup-language again!`, embeds: helpmsg.embeds[0], components: []})
153153
}
154154
});
155155
collector.on('end', collected => {
156156
if(!edited){
157157
edited = true;
158-
helpmsg.edit({content: `Time has ended type ${prefix}setup-language again!`, embeds: helpmsg.embeds[0], components: alldisabledbuttons})
158+
helpmsg.edit({content: `Time has ended type ${prefix}setup-language again!`, embeds: helpmsg.embeds[0], components: []})
159159
}
160160
});
161161
setTimeout(()=>{
162162
if(!edited){
163163
edited = true;
164-
helpmsg.edit({content: `Time has ended type ${prefix}setup-language again!`, embeds: helpmsg.embeds[0], components: alldisabledbuttons})
164+
helpmsg.edit({content: `Time has ended type ${prefix}setup-language again!`, embeds: helpmsg.embeds[0], components: []})
165165
}
166166
}, 180e3 + 150)
167167
return;

0 commit comments

Comments
 (0)