Skip to content

danreeves/discord-msn-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Discord MSN Messenger Bot πŸ€–πŸ”Š

A simple Discord bot that plays the MSN Messenger notification sound in a voice channel whenever anyone sends a message.

For a simpler example see: discord-bot-example

Prerequisites

You'll need:

  • A Discord account
  • Permission to add accounts to a server, or your own server

Steps to set up:

  1. Create an App here: https://discordapp.com/developers/applications/me
  2. Create an App Bot User for your App by clicking "Create a Bot User"
  3. Add the App Bot User to your Discord server using this link: https://discordapp.com/oauth2/authorize?&client_id=<CLIENT ID>&scope=bot&permissions=0 replacing <CLIENT_ID> with the Client ID found on the page of your App
  4. Set the DISCORD_BOT_ID value in .env using the A[[ Bot User token ("click to reveal" in the App page under the bot username)

The code

Check out server.js to see how it works ✨

We're using the Eris library to interact with the Discord API.

If it's working you should see "Ready!" in the logs.

About

😎 A simple Discord bot that plays sound in a voice channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published