guild_id: We storeguild_idfor bot funtionality and features.user_id: We storeuser_idto use it to maintain user based records.
We store your data on our VPS (Virtual Private Server) on PostgreSQL to store all the bot's data.
| function Invoke-Shellcode | |
| { | |
| <# | |
| .SYNOPSIS | |
| Inject shellcode into the process ID of your choosing or within the context of the running PowerShell process. | |
| PowerSploit Function: Invoke-Shellcode | |
| Author: Matthew Graeber (@mattifestation) | |
| License: BSD 3-Clause | 
guild_id: We store guild_id for bot funtionality and features.user_id: We store user_id to use it to maintain user based records.We store your data on our VPS (Virtual Private Server) on PostgreSQL to store all the bot's data.
Thanks for using Miत्रों! These Terms of Service ("Terms", "ToS") are a legal agreement between Miत्रों Bot ("we", "us", the "Company") and you ("you" or "your"). By inviting, using, or distributing Miत्रों, any source code, any binary associated with Miत्रों or its parts, or our website, collectively referred to as "Miत्रों" or the "Service" you agree if you are the age of majority in your jurisdiction or over, that you have read, understood, and accept to be bound by the Terms, and if you are below the age of majority in your jurisdiction, that your legal guardian has reviewed and agrees to these Terms.
At any time do we reserve the right to update these Terms with reasons including, but not limiting to adhering to new legal requirements, or improving your experience using Miत्रों. If the aforementioned changes affect your usage of Miत्रों or your legal rights, we will notify you no less than seven days before the changes take effect. Unless we state otherwise, your continued use o
guild_id: We store guild_id for bot funtionality and features.user_id: We store user_id to use it to maintain user based records.We store your data on our VPS (Virtual Private Server) on PostgreSQL to store all the bot's data.
| import discord | |
| from discord.ext import commands | |
| # This prevents staff members from being punished | |
| class Sinner(commands.Converter): | |
| async def convert(self, ctx, argument): | |
| argument = await commands.MemberConverter().convert(ctx, argument) # gets a member object | |
| permission = argument.guild_permissions.manage_messages # can change into any permission | |
| if not permission: # checks if user has the permission | |
| return argument # returns user object |