mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 07:01:38 +01:00
remove duplicate TNT explosion
This commit is contained in:
@@ -31,11 +31,6 @@ export default new Item(ITEMNAME, 'TNT', 's',
|
|||||||
redis.del(`user:${targetid}:vulnerable`),
|
redis.del(`user:${targetid}:vulnerable`),
|
||||||
sendMessage(`wybuh ${target?.displayName} got hit by ${user.displayName}'s TNT wybuh`),
|
sendMessage(`wybuh ${target?.displayName} got hit by ${user.displayName}'s TNT wybuh`),
|
||||||
createTimeoutRecord(user, target!, ITEMNAME),
|
createTimeoutRecord(user, target!, ITEMNAME),
|
||||||
playAlert({
|
|
||||||
name: 'tntExplosion',
|
|
||||||
user: user.displayName,
|
|
||||||
targets
|
|
||||||
})
|
|
||||||
]);
|
]);
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user