Point Rework & New Website
After around 6 months of near daily development and hundreds of hours of total development time if not over a thousand. We are finally ready to release the new point update. This is the largest scale update we have ever done.
How to find a Discord Role ID
Using a role ID, you can do a few different things that may be necessary for a bot or integration to properly function, like interacting with Discord's API to assign certain roles to members. This guide will take you through the steps to quickly find a role ID!
Finding a Role ID
Locating the role ID first requires turning on Discord's Developer Mode which enables options in menus that are primarily used to aid in working with the Discord API.
How to find a Discord Channel ID
Sometimes you may need to use the ID of a Discord channel to interact with Discord's API to, for instance, send messages through a bot or integration to a specific channel. With this guide, you can find the ID needed to perform these or any other actions you may need!
Finding a Channel ID
Locating the channel ID first requires turning on Discord's Developer Mode which enables options in menus that are primarily used to aid in working with the Discord API.
Grow your Discord Server!
So you’ve made a server and everything looks good, but you’ve still got an issue. It’s lonely here…
Luckily, you’ve stumbled upon this guide, so relax! I’ve compiled what I’ve learned to make it quick and easy for you to get rolling.
Note: It’s not as hard as you think once you know what to do!
Advertisement Platforms
These are usually the first things that come to mind when trying to expand your server. Platforms like Disboard are people’s go to’s.
However, there are necessary steps to take before this can be effective. If you neglect these, you won’t see much growth, if any at all!
Adding New Languages To Monni
A simple guide on adding new translated languages to Monni!
To get started with translating, you'll want to register with an account with Weblate..
Once your account is made, your ready to start. Head to the folder named "Monni bot".
Here is our simple guide on adding a translation projects from English to (Your native language!):
How to find a Discord Guild ID
When troubleshooting problems it can be useful to know what server a problem is occurring in. One way to quickly locate a server is using the unique Guild ID given to each individual server.
Finding a Guild ID
Locating the Guild ID first requires turning on Discord's Developer Mode which enables options in menus that are primarily used to aid in working with the Discord API.
Discord hierarchy explained
Discord uses a hierarchy based permissions system for guild management. This is a powerful system, but the ability for hierarchies to overlap and overwrite each other creates a very complex and, at times, difficult-to-understand system. In the hierarchy, the position of a role matters. For example, kicking, banning, or changing roles cannot be done to a person higher than you in the hierarchy.
Administrators can bypass every other hierarchy permission, except for affecting people higher in the hierarchy.
Common pitfalls
Before we look at how the role hierarchy works in detail, let's go over a few common issues with the role hierarchy system.
Changing slash command permissions
Discord has a built-in support for changing who and where slash commands and context menus can be used.
In order to change permissions of commands you need to be an administrator of the server!
Changing these settings isn't supported in the mobile versions of discord.
Changing permissions
To get started head to server settings.
Discord Markdown
Discord has a built in markdown engine. Features of this engine range from typical markdown such as bold and italics to timestamps and code blocks.
Text Formatting
Input | Result |
---|---|
Italics | *Italics* or _Italics_ |
Bold | **Bold** |
Bold italics | ***Bold italics*** |
Underline | __Underline__ |
~~Strikethrough~~ |
Different text formattings can be combined. For example you can combine underline and italics with
*__underline and italics__*
.