Skip to content

randomnessdev/DiscordOmegle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordOmegle

Codacy Badge Size Licence

Project

This project aims to provide Discord bot works like https://omegle.com. Omegle is a free online chat and support webcams. However, when using webcams, our IP address is visible to the other person, as opposed to Discord.

Getting started

Configure config.json

{
    "token": "",
    "waitChannelID": "",
    "categoryID": "",
    "secondsMatchTimeout": "120"
}
token: Token of your bot in Discord Developer Portal
waitChannelID: Discord ID of voice waiting channel
categoryID: Discord ID of category in which channels will be created
secondsMatchTimeout: Number of seconds for a meeting cooldown to expire

How to get Discord ID

Discord Settings Enable Dev Copy ID of Channel

About

A Discord bot works like https://omegle.com. Made in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%