mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
lots of important stuff (#1883)
* lots of important stuff * Update Constants.js
This commit is contained in:
5
src/rest/handlers/index.js
Normal file
5
src/rest/handlers/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
sequential: require('./sequential'),
|
||||
burst: require('./burst'),
|
||||
RequestHandler: require('./RequestHandler'),
|
||||
};
|
||||
Reference in New Issue
Block a user