Skip to content

Let Users send messages from your website to your github DMs

Notifications You must be signed in to change notification settings

Bumblebee-3/form-to-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Let Users send messages from your website to your github DMs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published