3.1.1 • Published 7 years ago

@exoplay/exobot-adapter-discord v3.1.1

Weekly downloads
-
License
LGPL
Repository
github
Last release
7 years ago

exobot-adapter-discord

Installation

  • npm install --save @exoplay/exobot/exobot-adapter-slack

A Setup Example

import Exobot from '@exoplay/exobot';
import Discord from '@exoplay/exobot-adapter-discord';

const Bot = new Exobot(BOT_NAME, {
  // ...,
  adapters: [
    new Discord({
      username: process.env.DISCORD_BOT_USERNAME,
      token: process.env.DISCORD_BOT_TOKEN,
      botId: process.env.DISCORD_BOT_ID
    })
  ],
});

Setup Notes

Visit https://discordapp.com/developers/docs/topics/oauth2 to learn more about setting up a bot user. In particular, make sure to visit the url under the "Adding Bots to Guilds" section (substituting in your own bot id) to connect the bot to your Discord server.

License

LGPL licensed. Copyright 2016 Exoplay, LLC. See LICENSE file for more details.

3.1.1

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago