You've already forked AstralRinth
refactor: update comments to reflect modifications by AstralRinth
This commit is contained in:
@@ -98,7 +98,7 @@ export async function friend_listener(callback) {
|
||||
return await listen('friend', (event) => callback(event.payload))
|
||||
}
|
||||
|
||||
// [AR] Payload for the 'info' event
|
||||
// This code is modified by AstralRinth
|
||||
export async function info_listener(callback) {
|
||||
return await listen('info', (event) => callback(event.payload))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user