Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 462 Bytes

FORM TO DISCORD

Let Users send messages from your website to your github DMs

Setup:

Packages Required:

+ aoi.js
+ express

In Index.js, fill up config

const config = {
  token:process.env.token,//bot token
  prefix:"!",//bot prefix
  port:3000,//port on which the server is hosted
  yourUserId:"818377414367379487"//your discord user ID
}

And then, Run the code!

image

image