You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let Users send messages from your website to your github DMs
Setup:
Packages Required:
+ aoi.js
+ express
In Index.js, fill up config
constconfig={token:process.env.token,//bot tokenprefix:"!",//bot prefixport:3000,//port on which the server is hostedyourUserId:"818377414367379487"//your discord user ID}
And then, Run the code!
About
Let Users send messages from your website to your github DMs