Demonstration¶
Now, we know that Discobase's main functionality is just a database for storing data: we're allowing developers to access this 'database' to make their own applications.
Single quotes are applied around the term database because the database is actually the Discord server created by the user, making Discobase the intermediary to couple this connection.
If we look at the scenairo below, a developer—from our team—has programmed a message bookmarking bot that uses the Discord context menu feature App -> Bookmark
to store away the message onto the database.
After storing away our pertinent message to the database, we can use a slash command as per the developer's generous design to get all the bookmarks we've stored away.
If you want to try this for yourself, you can invite the bookmark bot to your server.