#About#
Discord Canvas is an r/place inspired Discord bot which allows users to interact with a canvas. The canvas starts of white and each user is allowed to place one pixel every of their chosen color every 15 seconds. The bot also includes feature to view the history of the canvas as well as changing the size of the pixels which can be added.
The bot also includes basic moderation features allowing admins to both ban and unban users from the canvas.
#Getting Started#
- Once the bot has been added to your server. You must tell it the channel which will be used to output the canvas after every command. This can be done using $set_channel <channel_id>
#Commands#
-
add_pixel: Adds a pixel to the canvas. Example: $add_pixel 2 2 255 0 0 will add a pixel with the RGB value (255, 0, 0) to location (2, 2) of the canvas.
-
ban: Bans a user from adding new pixels to the canvas. (admin only)
-
playback: Creates a gif showing the history of the canvas
-
set_channel: Sets the channel where update messages will be sent (admin only)
-
set_pixel_size: Sets the pixel size, default = 32 (admin only)
-
unban: Unbans a user. Allowing them to add pixels again. (admin only)