damsdev1 / DiscordOmegle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Install dependencies

Run the command npm install

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

License:MIT License


Languages

Language:JavaScript 100.0%