Skip to content

Discord Bot Example

Cameron Dahl edited this page Mar 15, 2018 · 1 revision

Discord Logo

Making a Discord Bot with RobloxPy

In this example/tutorial you will learn how to intigrate this wrapper to make a discord bot send a message on command about an asset.

Installation

Install the Discord API wrapper like so:

$pip3 install discord

And.. you're done! Now let's move on to coding the actual bot.

Clone this wiki locally