mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-03 11:04:29 +00:00
Typescript Continue
This commit is contained in:
@ -13,7 +13,7 @@ export default {
|
||||
const radio = client.radio?.get(newState.guild.id);
|
||||
if (!radio) return;
|
||||
|
||||
if (newState.member?.id === client.user.id && oldState.member?.id === client.user.id) {
|
||||
if (newState.member?.id === client.user?.id && oldState.member?.id === client.user?.id) {
|
||||
|
||||
if (newState.channel === null) {
|
||||
client.statistics?.update(client, newState.guild, radio);
|
||||
|
Reference in New Issue
Block a user