◐ Shell
clean mode source ↗

GitHub - Dereavy/Mimsy-Bot: Music bot used on my private discord server, looking to making it expandable for other discord servers

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Mimsy-Bot

Read the wiki for more information on what the bot does: https://github.com/Lezappen/Mimsy-Bot/wiki

Installation:

  • Create channels and enter their corresponding ID's in the config
  • Fill in the config with all other information
  • Add botToken.js to the js folder, to fill it you will need:
    • Discord Bot token
    • Youtube API key + channel ID
    • Cleverbot User ID and Key

botToken.js content:

    module.exports = {
        getToken: function() { return 'Paste Bot token here' },
        
// Can be obtained here: https://developers.google.com/youtube/v3/getting-started
        getYT_API_KEY: function() { return 'Paste YT API key here' },
        getYT_Channel_ID: function() { return 'Paste YT channel ID' },
        
// Can be obtained at https://cleverbot.io/login:
        getCleverbotUser: function() { return 'cleverbot User ID' },
        getCleverbotKey: function() { return 'Cleverbot User Key' }
    }

About

Music bot used on my private discord server, looking to making it expandable for other discord servers

Resources

Readme

License

MIT license

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks