UNPKG
broly-logs
Version:
latest (3.2.2)
3.2.2
3.2.1
2.2.2
2.2.1
Add many useful events to your discord.js client!
broly-logs
/
lib
/
handlers
/
roleUpdate.d.ts
7 lines
(6 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Client
,
Role
}
from
'discord.js'
;
/** *
@handler
Role Events *
@related
roleUpdate
*/
export
declare
function
handleRoleUpdateEvent
(
client: Client, oldRole: Role, newRole: Role
):
Promise
<
void
>;