Jump to content

Murder

Creator
  • Posts

    60
  • Joined

  • Last visited

Everything posted by Murder

  1. Being able to go skiing
  2. Murder

    Suggestions

    Heya currently does not have a daily limit, but that can for sure be added in future updates. It should work completely fine with Discord's slow mode feature as when using that, the user's messages won't be sent until the cooldown is over, so the bot has nothing to trigger off of. If there are any compatibility issues, give me a message here or on Discord (murderdev) and I can sort them out for you.
  3. Murder

    Polls

    In the future, it can be yes, when I get some time ill look into doing some updates. Cant guarantee its going to be soon tho
  4. Murder

    Polls

    It currently isn't sorry about that
  5. Version 1.0.1

    61 downloads

    Bot Features ➤ Accept and Deny Functions - Buttons to Accept or Deny a application depending on if it is enabled for that application type in the config. ➤ Custom Accept and Deny responses - Custom text to be sent to the user when they have been accepted or denied ➤ Able to give a role once user is accepted - The bot is able to give any role to the applicant if they have been accepted ➤ Stats gathering and command - Display some interesting stats easily by using /stats ➤ Custom panel embed title and description - Customise the embeds for your server ➤ Reply commands - Use this to do functions like accepting a user or telling them some other information about there application all through the bot to there DM's ➤ Toggleable help command - Enable and disable the help command to be able to use other bots slash commands while running the same bot client/token ➤ Easy to use sendpanel command - Able to generate multiple application panels. ➤ Overview message to send/cancel - Option to send or cancel applicationn during and once completed. ➤ Application logging - Logging of general events Setup Fill out the config.json file and make sure your hosting is configured to run python, make sure your bot has all Discord intents enabled on the developers panel (Which is how you can create your Discord Bot). Use the OAuth Section and the URL Generator to create a link to invite your discord bot to your server, make sure that it has applications.commands and bot enabled, and that the permissions are set to Administrator. Take note that when configuring the emojis, you must use Discord Custom emojis which you can add by uploading them to your discord server. To get the <name:ID:> format needed for the bot you can type a backslash (\) followed directly by the emoji. Support Notice If you need support I more than welcome you to reach out to me on discord: murderdev. Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests.
    $4.99
  6. Murder

    Invoices

    Version 1.0.2

    29 downloads

    Invoices - Made by Murder#0845 Bot Features ➤ Fully customisable - See customisability options below ➤ Create unlimited customers - Unlimited customers, made through the bot, added to your Stripe dashboard ➤ Create unlimited invoices - Unlimited invoices, made by the bot , added to your stripe dashboard for the user to pay, along with logging the invoice and notifying the user ➤ Easy to use slash commands - Slash Commands that can be used just by typing / and selecting the required command, with parameter descriptions to help you along with way ➤ Duplicate chat commands - Chat commands to accompany the slash commands, for people who aren't familiar with Slash Commands ➤ Integration with Stripe for invoicing - Direct communication with your stripe dashboard ➤ Able to give role once a user has payed their invoice - Automatically assign a role to a user one payment of a invoice has been completed successfully ➤ Automatic logging of invoice paid, voided, failed - Quickly send to the server logging channel important information about invoices ➤ Automatic logging for the user in there DM's of invoice paid, voided and failed - Quickly send to the users DMs important information about invoices ➤ Option to set email or not - The bot will give you the option to set an email when creating a customer, this is strongly recommended, but not required ➤ Extensive error handling - The bot can automatically handle errors and respond with the appropriate response Commands ➤ help - Display the help message ➤ createcustomer - create a customer for the supplied discord user ➤ createinvoice - create a invoice for the supplied discord user ➤ retrievecustomer - Search for a customer Note that all of these command names can be changed via the config.json file! Customisation ➤ Custom Prefix ➤ Custom default days till due ➤ Custom currency ➤ Custom status ➤ Custom command names ➤ Custom role to give once user has completed purchase ➤ Among other things within the config and future updates Config { "Bot Token" : "", "Stripe API Secret Key (https://dashboard.stripe.com/apikeys)": "", "Prefix" : "", "Guild ID" : "", "Default Days Till Due": 2, "Logging Channel ID" : "", "Status Type (Playing, Watching, Listening) Default is Playing" : "Watching", "Status" : "", "Staff Role": "", "Currency ISO code (MUST BE LOWERCASES)": "usd", "Currency symbol": "$", "OPTIONAL SETTINGS (LEAVE THESE BLANK TO KEEP THEM TO DEFAULTS)": { "Create Invoice Command Name (NO CAPS OR SPACES, ONLY LETTERS FROM ALPHABET OR A ERROR WILL SHOW)": "", "Create Customer Command Name (NO CAPS OR SPACES, ONLY LETTERS FROM ALPHABET OR A ERROR WILL SHOW)": "", "Help Command Name (NO CAPS OR SPACES, ONLY LETTERS FROM ALPHABET OR A ERROR WILL SHOW)": "", "Retrieve Customer Command Name (NO CAPS OR SPACES, ONLY LETTERS FROM ALPHABET OR A ERROR WILL SHOW)": "", "Invoice Check Loop Timer Seconds(Checks for new events in invoices)": "", "ROLE SETTINGS": { "Enable Give Role When User Pays": true, "Role To Give": "" } } } Setup This bot is super simple to set up, simply follow these steps: ➤ Upload all files in "Murder Ticket System.zip" to your bots hosting. ➤ Fill out details in the config,json file. ➤ Turn the bot on (If your using online hosting, press "Start") ➤ Enjoy the bot Make sure your bot is setup like this: Support Notice If you need support I more than welcome you to reach out to me on discord. My discord is: Murder#0845 and I am open for any questions or inquiries! Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests, feel free to DM me on discord (Murder#0845). - Murder
    $9.99
  7. Murder

    Ticket System

    I assume this is meant for the reviews tab but thank you
  8. Murder

    Suggestions

    Problem is with that is it would require a rust plugin counterpart and it would be simpler to just make a rust that sends to a webhook in discord. Maybe in the future once i start making plugins as well (Still learning c#) ill make a plugin that interacts with the bot or is standalone. Thanks for the suggestion though
  9. Murder

    Polls: Free

    Yea will defo add that with discord roles for sure in the next update
  10. Version 1.0.4

    473 downloads

    Bot Features ➤ Custom panel embed title and description - Customise the embeds for your server ➤ Reply commands - Use this to do functions like accepting a user or telling them some other information about there application all through the bot to there DM's ➤ Toggleable help command - Enable and disable the help command to be able to use other bots slash commands while running the same bot client/token ➤ Easy to use sendpanel command - Able to generate multiple application panels. ➤ Overview message to send/cancel - Option to send or cancel applicationn during and once completed. ➤ Application logging - Logging of general events Setup Fill out the config.json file and make sure your hosting is configured to run python, make sure your bot has all Discord intents enabled on the developers panel (Which is how you can create your Discord Bot). Use the OAuth Section and the URL Generator to create a link to invite your discord bot to your server, make sure that it has applications.commands and bot enabled, and that the permissions are set to Administrator. Take note that when configuring the emojis, you must use Discord Custom emojis which you can add by uploading them to your discord server. To get the <name:ID:> format needed for the bot you can type a backslash (\) followed directly by the emoji. Support Notice If you need support I more than welcome you to reach out to me on discord. My discord is: murderdev and I am open for any questions or inquiries! Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests ays be constantly updating and developing this bot, if you find any bugs or have any feature requests, feel free to DM me on discord (Murder#0845). - Murder
    Free
  11. Murder

    Polls: Free

    I can defo include these in the future, by weight polls do you mean if a user is in a usergroup in Rust then they get extra votes? or via discord roles? Because if it was via usergroups in Rust, the bot would need to have to use a outstanding linking system and would only work if a user is linked, which may be something i look to add in the future but i prefer to keep my products easy to use and setup standalone. I can defo look to add all of this into the paid version in the future and will most likely add the anonymous voting in a coming update to the paid, but can't add it to the free version sadly.
  12. Version 1.0.2

    309 downloads

    Polls: Free - Made by Murder#0845 Bot Features ➤ Up to 10 poll answer options ➤ Slash command and chat command capabilities ➤ Limit poll command to a role ➤ Custom poll embed colour (set it at the top of bot.py) ➤ Detailed error checking and prevention Overall the bot is basic, but it works reliably! Any more features you want, DM me on discord, Murder#0845 Commands ➤ poll - Create a poll with up to 10 options! Slash and Chat command capabilities Config { "Bot Token": "BOT TOKEN", "Polls Access Role ID": 0000, "Guild ID": 0000 } Setup This bot is super simple to set up, simply follow these steps: ➤ Upload all files in "Murder Free Polls Bot.zip" to your bots hosting. ➤ Fill out details in the config,json file. ➤ Turn the bot on (If your using online hosting, press "Start") ➤ Enjoy the bot For the simplicity of setting it up on your end, ensure you have all Privileged Gateway Intents which can be toggled at the Discord Developers Portal Simply click the toggle on the right-hand side for the bottom three options on that page, i would recommend un-toggling the first option, "Public Bot" as this will allow anyone to add your bot to there server, and this bot is a server specific bot. Support Notice If you need support I more than welcome you to reach out to me on discord. My discord is: Murder#0845 and I am open for any questions or inquiries! Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests, feel free to DM me on discord (Murder#0845). - Murder
    Free
  13. Murder

    Polls

    Version 1.0.2

    46 downloads

    Polls: Paid - Made by Murder#0845 Bot Features ➤ Up to 10 poll answer options ➤ Slash command and chat command capabilities ➤ Limit poll command to a role ➤ Custom poll embed colour (set it at the top of bot.py) ➤ Custom logging settings, new poll, accepted, denied. Set these at the top of bot.py ➤ Detailed error checking and prevention ➤ Automatic polls, just type message in the polls channel and a poll will be generated with a Yes and No option! ➤ Context menu buttons, easily accept or deny a poll just by clicking the button! You can also generate a thread about the poll through the context menu! ➤ "Poll created by USER" footer under each poll, along with a timestamp to show when it was created ➤ Simplistic and minimal configuration and design. ➤ Simply delete a poll message to remove the poll! No need to run any command or open any other files to remove it! Commands ➤ poll - Create a poll with up to 10 options! Slash and Chat command capabilities Apart from the context menu, this is bot is made to be simple and easy to use, which is why i only include one command and let the bot handle the rest! Context Menu To use the context menu commands, right click on the poll you want to run the command on, hover over the Apps tab and then all the commands will be shown to the right of that! From there, simply select the command you want to run and that's it! All built into the Discord UI! Config { "Bot Token": "Your Bot Token", "Polls Access Role ID": "The role ID of the role that will have access to use the polls bot and commands.", "Guild ID": "The server ID of the discord server.", "Polls Channel ID": "The channel ID of the channel intended to be used for polls.", "Log Channel ID": "The channel ID of the channel intended to be used for logging the polls." } Setup This bot is super simple to set up, simply follow these steps: ➤ Upload all files in "Murder Paid Polls Bot.zip" to your bots hosting. ➤ Fill out details in the config,json file. ➤ Turn the bot on (If your using online hosting, press "Start") ➤ Enjoy the bot For the simplicity of setting it up on your end, ensure you have all Privileged Gateway Intents which can be toggled at the Discord Developers Portal Simply click the toggle on the right-hand side for the bottom three options on that page, i would recommend un-toggling the first option, "Public Bot" as this will allow anyone to add your bot to there server, and this bot is a server specific bot. Such as the following image: Support Notice If you need support I more than welcome you to reach out to me on discord. My discord is: Murder#0845 and I am open for any questions or inquiries! I have also opened my own Murder's Development Discord Server for any help, inquiries or suggestions anyone may have! Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests, feel free to DM me on discord (Murder#0845). - Murder
    $2.49
  14. Murder

    Ticket System

    Will add both in the next update!
  15. Version 1.0.2

    135 downloads

    Suggestions Bot - Made by Murder#0845 Bot Features ➤ No commands to send suggestions - Simply send a message in the suggestions channel and the bot will do the rest! ➤ Context menu - Commands which can be run through right clicking and hovering over apps, then selecting the preferred command (See lower down for tutorial) ➤ Slash commands - Slash commands to approve and deny suggestions! ➤ Approval reason - Able to add a reason of why a suggestion is being approved! ➤ Deny reason - Able to add a reason of why a suggestion is being denied! ➤ Modals for approve and deny - Modal (form) will pop up when approving or denying a suggestion, just a nice QOL thing when adding a reason. ➤ [OPTIONAL] New suggestion logging - Logging to show when a new suggestion has been sent! Note: This is optional, see below on how to disable. ➤ [OPTIONAL] Suggestion approved logging - Logging to show when a suggestion has been approved! Note: This is optional, see below on how to disable. ➤ [OPTIONAL] Suggestion denied logging - Logging to show when a suggestion has been denied sent! Note: This is optional, see below on how to disable. ➤ Create threads through context menu - Create threads through the context menu command: Generate Thread. This command works on any message but is especially useful when creating a thread about a specific suggestion to discuss it with fellow players/server members, another thing that is just for QOL. Context menu How to use: To use context menu commands, simply right click on the message which will bring up a menu. From there navigate to the "Apps" option and hover over it. Once completed, the following buttons should come up: Approve Suggestion Deny Suggestion Generate Thread From there, select the command you want to run and simply click it! Slash Commands To use slash commands simply type / and a list of all slash commands in your guild/server will appear. From there, select the command you want to run! If you have lots of slash commands in your server, you can click the profile picture of your bot on the left side and all slash commands for your bot will appear! Config { "Bot Token": "", "Staff Role ID": "", "Suggestions Channel": "", "Log Channel ID": "", "Guild ID": "" } Most of these are self explanatory. If your having trouble finding your bots token, go to Discord Applications and click "New Application", then input the name you want the bot to be. Then head over to Bot tab on the left side menu. In the bot tab, click "Reset Token" and follow the instructions. Once reset, copy the token which will appear and paste it into the "Bot Token" field in the config.json file! If your having trouble copying ID's to put in the config, visit this link which will show you how! Setup This bot is super simple to set up, simply follow these steps: ➤ Upload all files in "Murder Ticket System.zip" to your bots hosting. ➤ Fill out details in the config,json file. ➤ Turn the bot on (If your using online hosting, press "Start") ➤ Enjoy the bot For the simplicity of setting it up on your end, ensure you have all Privileged Gateway Intents which can be toggled at the Discord Developers Portal Simply click the toggle on the right-hand side for the bottom three options on that page, i would recommend un-toggling the first option, "Public Bot" as this will allow anyone to add your bot to there server, and this bot is a server specific bot. Support Notice If you need support I more than welcome you to reach out to me on discord. My discord is: Murder#0845 and I am open for any questions or inquiries! Alternatively, join my development discord where you can find support for all my files along with like minded server owners and people! Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests, feel free to DM me on discord (Murder#0845). - Murder
    $2.99
  16. Murder

    Ticket System

    Not sure what you mean by ultimate?
  17. Version 2.0.1

    138 downloads

    Version 2 update! Bot Features ➤ Fully customisable / Extensive customisation options for all ticket subjects ➤ Custom Bot Status ➤ Logging ➤ Transcript generations ➤ Custom Panel Message (title, description, footer, image, thumbnail) ➤ Dropdown menu ➤ Claiming System for staff members Config Preview { "Bot Token": "", "Bot Prefix": "", "MongoDB Connection URL": "mongodb+srv://therestofyourconnectionURL", "MongoDB Database Name": "Tickets", "Guild ID": 0, "Embed Colour": "#ffffff", "Channels": { "Log ChannelID": 0, "Transcript ChannelID": 0 }, "Roles": { "Default Staff Roles": [0] }, "Ticket Panel Embed": { "Title": "Tickets", "Description": "Welcome to the Ticket System. To get started please select a ticket category using the dropdown menu below and staff will be with you as soon as possible.", "Color": "#ffffff", "Footer": "", "Footer Image": "", "Thumbnail URL": "", "Image URL": "" }, "Ticket Categories": [ { "Category Name": "Other", "Category Description": "Un-categorised issues", "Emoji": "<:questionmark_2753:1125122637648117831>", "Category ID": 0, "Accessible Roles": [], "Embed": { "Title": "Other", "Description": "", "Color": "#ffffff", "Footer": "", "Footer Image": "", "Thumbnail": "" }, "Questions": [ { "Question": "Whats your SteamID?", "Type (short/long)": "short", "Placeholder": "SteamID", "Min Characters": 6, "Max Characters": 20, "Required": true }, { "Question": "Whats your question?", "Type (short/long)": "long", "Placeholder": "Issue/Question", "Min Characters": 10, "Max Characters": 100, "Required": true } ] } ] } Setup Fill out the config.json file and make sure your hosting is configured to run python, make sure your bot has all Discord intents enabled on the developers panel (Which is how you can create your Discord Bot). Use the OAuth Section and the URL Generator to create a link to invite your discord bot to your server, make sure that it has applications.commands and bot enabled, and that the permissions are set to Administrator. Take note that when configuring the emojis, you must use Discord Custom emojis which you can add by uploading them to your discord server. To get the <name:ID:> format needed for the bot you can type a backslash (\) followed directly by the emoji. Support Notice If you need support I more than welcome you to reach out to me on discord: murderdev. Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests.
    $9.99
2.3m

Downloads

Total number of downloads.

10.7k

Customers

Total customers served.

154.4k

Files Sold

Total number of files sold.

3.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.