This commit is contained in:
det-fys 2021-12-30 15:50:02 +01:00 committed by GitHub
parent 0605fccf1f
commit 1d6c2fd911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ const tovjemamvolepreceroliky = async (roliky: GuildMember) => {
}; };
function napsatZbynovyZeJeBidak(mes: Message) { function napsatZbynovyZeJeBidak(mes: Message) {
if (!["442754524697067520", "688169800710750211"].includes(mes.author.id)) return; if (!["221561136028450816", "435109967222013952"].includes(mes.author.id)) return;
mes.channel.send("ted spat?\ntak to si bydak"); mes.channel.send("ted spat?\ntak to si bydak");
} }