new fix
This commit is contained in:
parent
741dce6ea9
commit
b92e799562
@ -21,7 +21,7 @@ export default {
|
||||
|
||||
try {
|
||||
if (user !== undefined) {
|
||||
if (!global.config.usersInGame.filter(u => u.SlgId === user.SlgId || u.SteamId === user.SteamId).length) {
|
||||
if (!global.config.usersInGame.filter(u => u.SlgId === user.SlgId && u.SteamId === user.SteamId).length) {
|
||||
await interaction.followUp(`Ошибка отправки сообщения, повторите привязку аккаунта или повторите через 20 секунд`);
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user