bt0r / shellbot

Discord bot of shellcode.fr
http://discord.shellcode.fr
MIT License
6 stars 2 forks source link

Replace Request HttpClient by Axios #15

Closed bt0r closed 5 years ago

bt0r commented 6 years ago

Request seems to not supports async/await and promise by default (must use a wrapper like request-promise). Axios will be a better solution