mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
Merge branch 'master' of https://github.com/Skillz4Killz/Discordeno
This commit is contained in:
@@ -311,4 +311,5 @@ This section will list out all the available methods and functionality in the li
|
||||
|
||||
```ts
|
||||
.editBotsStatus(status, name, type)
|
||||
updateEventHandlers(eventHandlers)
|
||||
```
|
||||
|
||||
@@ -50,3 +50,7 @@ export default createClient;
|
||||
export const updateChannelCache = (key: string, value: Channel) => {
|
||||
cache.channels.set(key, value);
|
||||
};
|
||||
|
||||
export function updateEventHandlers(newEventHandlers: EventHandlers) {
|
||||
eventHandlers = newEventHandlers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user