Jump to content

Search the Community

Showing results for tags 'discordbot'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 21 results

  1. Version 1.0.0

    3 downloads

    This bot allows you to create embeds for your server info channel. /embed create → create an embed To add a server to an embed run /embed edit → select embed → add server /embed delete → delete an embed /embed edit → edit an embed /embed resend → resend an embed (e.g. it got deleted) Create an embed Questions: - title - description - thumbnail url (optional) - color - channel id Thumbnail url Has to be an url You can upload your desired thumbnail to any upload services e.g. https://gls.cx/ Edit an embed After selecting the embed you want to edit you can choose your desired option Edit options: - title - description - thumbnail url - channel - add server - remove server Adding server Questions: - name - description Setup 1. install python -> https://www.python.org/downloads/ version 3.10 or higher 2. install discord.py -> pip install discord.py version 2.3.2 or higher 3. fill out the config.json -> bot token and staff role id Example Config { "botToken": "FAKIFIFIAWFIOKFKIFFWF.fafAA2fFAFAa", "staffRoleId": 1252523552, "embeds": [ ] }
    $3.99
  2. Version 2.5.3

    43 downloads

    Clan Creation and Management: Advanced Discord Clan bot provides an system for creating and managing clans within Discord. Clan leaders can easily set up and customize their clan details, including name, description, discord, ect. Advanced Discord Clan bot calculates and displays the expected pop or participation based on the number of members who have joined the wipelist. This information allows clan leaders to gauge interest levels, anticipate attendance, and make informed decisions on joining the server or not. FEATURES /clan help - Show user and leader commands /clan promote - Promotes the mentioned user /clan demote - Demotes the mentioned user /clan set name - Renames your clan /clan set leader - Transfer ownership to another member /clan disband - Disbands your clan permanently /clan invite - Sends an invite to the mentioned user] /clan kick - Kicks the mentioned user from the clan /clan set color - Changes your clan profile and role color /clan set clandiscord - Adds your clan public discord to your clan profile /clan info - Shows information about your clan /clan create - Create your own clan (includes role and channel!) /clan leave - Removes you from your current clan /clan admin delete - Delete a clan /clan admin force-join - Force a user to join a clan /clan admin force-leave - Force a user to leave a clan /wipelist create - create a wipelist (set a timestamp for the wipe date) /wipelist delete - delete the wipelist (there will be a id in the footer of the wipelist use that to delete the wipelist) /wipelist force add - force add a clan to a wipelist /wipelist force remove - force removes a clan from the wipelist You will get a setup file in the bot files If you need any support feel free to dm me on discord @ zex5412. CONFIG const { Colors } = require("discord.js") const config = { /* ########################################## # [REQUIRED] # ########################################## If you need anything support feel free to dm me on discord @ zex5412. */ bot: { ServerName: 'Server name', // Main bot name or server name Token: 'Bot token', // Your Discord bot token Database: 'MongoDB link', // Your MongoDB connection string https://www.mongodb.com/ StatusText: 'Clans', // Discord status message EmbedColors: "#ffffff", // Use a hex code for embed colors https://www.color-hex.com/ unless you know discord.js color names Logo: "",// Works with .png .gif .jpeg }, guild: { guild_id: '', // Your guildid clan_creation_request_channel: '', // The channel you want clan creation requests to be sent to clan_channel_category: '', // The Category you want clan channel to be in support_role: '', // A role that will always be given access to clan channels. admin_role: '', // give access to run all admin command clan_leader_role: '', // A role that will be given to all clan leaders logchannel: '' // This is will the bots activity's. }, lang: { // /n = enter/new line helpcommand: '**Leader commands:**\n> `/clan promote` - Promotes the mentioned user\n> `/clan demote` - Demotes the mentioned user\n> `/clan set name` - Renames your clan\n> `/clan set leader` - Transfer ownership to another member\n> `/clan disband` - Disbands your clan permanently\n\n**Leader/Co-Leader commands:**\n> `/clan invite` - Sends an invite to the mentioned user]\n> `/clan kick` - Kicks the mentioned user from the clan\n> `/clan set color` - Changes your clan profile and role color\n> `/clan set clandiscord` - Adds your clan public discord to your clan profile\n\n**Everyone commands:**\n> `/clan info` - Shows information about your clan\n> `/clan create` - Create your own clan (includes role and channel!)\n> `/clan leave` - Removes you from your current clan', clanacceptmessage: `Do **/clan help** If you need help with the commands`, clanaccpettitle: `Welcome`, requestmessage: 'Your clan is up for review!' } } module.exports = config
    $14.99
  3. Version 1.1.0

    6 downloads

    Customization Custom panel You can have up to 5 custom buttons with a custom modal for each (up to 5 questions) Custom issue/noissue message Setup adapt config in exampleconfig (or run configGen.py) with your desired settings run main.py Commands /panel send → sends panel Ticket buttons Issue (sends issue message and makes it read only) No issue (sends no issue message and makes it read only) Reopen (reopens ticket) Close (closes ticket) Config Gen Run it and insert your answers into your console. It automatically adapts your config. Support You can always message me on discord ⇒ Boomilei or use the support tab here on codefling Example config ticketRoleID → Users with that role are allowed to see all tickets and close/reopen them ticketCategoryID → Category the channels are going to be posted in (leave empty for no category) transcriptChannelID → Channel where all transcripts will be sent to { "token": "", "ticketRoleID": 123, "ticketCategoryID": 123, "transcriptChannelID": 123, "issueMessage": "If you have more complaints please submit another ticket.", "noIssueMessage": "We couldn't find any issues. Please submit a new ticket if you have any additional information.", "transcriptDescription": "Thank you for making a ticket.", "panelEmbed": { "title": "Submit a ticket", "description": "Please select your desired ticket \n\n ```Abusing will result in a ban```", "colorRGB": [ 128, 0, 0 ], "buttons": [ { "roleId": 123, "label": "Cheating Report", "ticketEmbedDescription": "Please be patient. We will look into your report asap.", "ticketName": "cheating", "_comment": "no whitespaces in ticketName", "color": "blue", "_comment2": "provided colors: red / green / blue ", "modal": { "title": "Cheating Report", "components": [ { "label": "Steam ID", "required": true }, { "label": "Evidence / not required", "required": false }, { "label": "Steam ID", "required": true }, { "label": "Steam ID", "required": true }, { "label": "Steam ID", "required": true } ], "_comment": "min 1, max 5 compnents." } }, { "roleId": 123, "label": "Payment Issue", "ticketEmbedDescription": "Please be patient. We will look into problem asap", "ticketName": "payment", "_comment": "no whitespaces in ticketName", "color": "green", "_comment2": "provided colors: red / green / blue", "modal": { "title": "Payment Issue", "components": [ { "label": "Your steam ID", "required": true }, { "label": "Describe your problem", "required": true } ] } } ] }, "tickets": [] }
    $9.99
  4. Version 1.0.0

    381 downloads

    RUST Plugin Test Server TEST MY PLUGINS THERE! connect play.thepitereq.ovh:28050 Discord Core adds some basic connections between your RUST and Discord server. It allows you to display player count, Discord to Game chat and send message to server or connected players. Features Allows you to connect user's RUST account to Discord account. Allows to send private messages to connected players. You can grant discord/game role to players who connected accounts. You can create Discord to RUST chat and display messages from RUST in Discord channel. Can display your player count in bot status. Allows you to send private and server messages through API. Important Notice To make this plugin works, you need to have Discord Extension and pre-made Discord Bot. Full tutorial how to make it is available on Discord Extension web page. The bot needs to be connected to only one server! Commands /discord - Generates or shows your discord connection code. (Editable in config) How to connect? To connect your Steam account to Discord, you need to generate the code through /discord command and send the code as a private message to your previously created bot. For Developers void API_SendPrivateMessage(string userId, string message) - If player is connected, it sends private message to connected discord user. void API_SendMessage(string channelId, string message) - Sends message to channel on discord. Default Configuration (Version 1.0.0) { "BOT API Token": "Paste Token Here!", "Commands": [ "discord", "dc", "connect" ], "Show Player Count In Status": false, "Connect Granted - Discord Group ID": "", "Connect Granted - RUST Group Name": "", "RUST Chat - Discord Channel ID": "", "RUST Chat - Discord Output Format": "**{0}** » *{1}*", "RUST Chat - RUST Output Format": "<color=#aaee32>[Discord]</color> <color=#5c81ed>{0}</color> » {1}" }
    Free
  5. Version 1.0.0

    7 downloads

    -This bot is just a plugin, does not requires nodejs or python! Features -Creating ticket with button -Closing ticket with button -Localization Config { "Bot Token": "", "Discord Server ID (Optional if bot only in 1 guild)": "", "CategoryID (where the tickets will create": "", "Discord Channel ID where the ticket create button send": "", "Don't edit this field!!!": "" } To do: -Users can be choose ticket categorys -Ticket logging -Ticket title on under the bot
    $15.00
  6. Version 1.1.6

    228 downloads

    Discord to Skinbox Bot (ENGLISH) Looking to give your users or VIPS the advantage of adding their own skins to your rust server? Do it thanks to the Discord to Skinbox Bot. This bot will let you set up a channel on your discord that you can make public, for vips or just for staff where by sending the ID or URL of a rust skin, it will add it to your server. Features: Effortless Skin Addition: Add skins to your Rust server's Skinbox without leaving your Discord server. No more tedious commands! Logs: Shows who accept and deny every skins. Multiple Servers Feature: You're able to add the skins to all your servers with any effort. Multiple Authorized Roles Feature: You're able to allow multiple roles to add skins to your server. User-Friendly Interface: Simply send the skin's ID or a Steam Workshop URL in your Discord channel, and watch the magic happen. Intelligent Validation: Our advanced validation ensures that only valid Steam Workshop IDs are accepted, preventing any errors. Bot Customization: Personalize the bot's name, status, and more to make it an integral part of your community. Reliable Integration: Seamlessly connect your Discord server and Rust game using RCON, ensuring smooth and reliable communication. Translations: You can select the English or the Spanish version! The bot is translated for both people. Self Hosting: You may self host this bot, i test it using NodeJS 18. Auto-Reconnect: The bot features an auto-reconnect functionality that ensures it automatically reconnects to the server if the connection is lost. Cooldown System: A cooldown system to prevent users from spamming the skin submission command. Users must wait a designated amount of time before submitting another skin. Permission Control: Users require an authorized role to access and use the bot's commands, ensuring better control over who can submit skins. Skin Approval and Rejection: Staff members can accept or reject skin submissions. This feature provides admins with the ability to manage the skins that are added to the game. Commands: Use `!acceptall` in any channel to accept all pending skins request. Use `!rejectall` in any channel to reject all pending skins request. Selfhosted with NodeJS: NodeJS: I have developed this bot using NodeJS 18. To aware issues, use it to run the bot. Do you need help? Join my discord to get support: https://discord.gg/S4ny9FaMwE De Discord a Skinbox Bot (ESPAÑOL) ¿Buscas dar a tus usuarios o a tus VIPS la ventaja de añadir sus propias skins a tu servidor de rust? Hazlo gracias a Discord to Skinbox Bot. Este bot te dejará configurar un canal en tu discord que puedes poner publico, para los vips o simplemente para el staff dónde al enviar la ID o la URL de una skin de rust, la añadirá a tu servidor. Características: Añadir Skins sin Esfuerzo: Agrega skins a la Skinbox de tu servidor de Rust sin abandonar Discord. ¡No más comandos tediosos! Logs: Muestra quien acepta y quién deniega cada skin. Servidores Multiples: Podrás añadir las skins a varios servidores sin ningún esfuerzo.. Interfaz Amigable para Usuarios: Simplemente envía la ID de la skin o una URL de Steam Workshop en tu canal de Discord y observa la magia. Validación Inteligente: Nuestra validación avanzada garantiza que solo se acepten ID válidas de Steam Workshop, evitando errores. Personalización del Bot: Personaliza el nombre, estado y más del bot para hacerlo una parte integral de tu comunidad. Integración Confiable: Conecta sin problemas tu servidor de Discord y tu juego Rust utilizando RCON, asegurando una comunicación fluida y confiable. Traducción: ¡Puedes elegir la versión en Español o en Ingles! El bot está traducido para ambos idiomas. Self Hosting: Debes hostear este bot tú mismo, lo he creado y probado usando NodeJS 18. Cooldown: Un sistema de cooldown para evitar que los usuarios envíen comandos de envío de skins de manera repetitiva. Los usuarios deben esperar un período de tiempo designado antes de enviar otra skin. Control de Permisos: Los usuarios necesitan un rol autorizado para acceder y utilizar los comandos del bot, asegurando un mejor control sobre quiénes pueden enviar skins. Aprobación y Rechazo de Skins: Los miembros del equipo pueden aceptar o rechazar las solicitudes de skins. Esta función proporciona a los administradores la capacidad de gestionar las skins que se agregan al juego. Comandos: Usa `!acceptall` en cualquier canal para aceptar todas las solicitudes de skins pendiente. Usa `!rejectall` en cualquier canal para rechazar todas las solicitudes de skins pendiente.
    $8.00
  7. Version 2

    3 downloads

    Clan Bot is a Discord bot written in only Python designed to manage clans within a server. It allows users to create and manage clans, invite and kick members, transfer leadership, and provide information about clans. Usage : !clancreate <name>: Creates a new clan with the specified name. It creates a role and a channel for the clan. !claninvite <member>: Invites a member to join your clan. The member can accept or deny the invitation. !clankick <member>: Kicks a member from your clan. !clandisband <name>: Disbands a clan, deleting the role and channel associated with it. !clansetleader <new_leader>: Transfers the leadership of a clan to a new member. !cinfo <name>: Shows information about a clan, including the leader and members. !clanleave: Leaves your current clan. You can also use the !help command to view a list of available commands and their usage. The bot uses a SQLite database (database.db) to store information about clans. The clans table database will be created automatically You can also customize the help command by modifying the MyHelpCommand class. The example code provided disables individual command help and provides a customized help message.
    $6.00
  8. Version 1.0.1

    3 downloads

    Our Ticket System can be hard to setup at first, with all the added integration and features, you may find setting up things difficult, if this is the case check the tutorials folder for text based tutorials, or visit our Discord server for videos, we will also provide full support through our ticket system. Key Features Modal ticket questions for responses, allows for passive ticket creation and management. Maximum of 10 different ticket types, with custom styles and options, for a wide variety of support. Fully compatible with ‘Simple Link‘ Discord and Steam linking systems. (More coming in future updates!) Staff statistics, check up on your staff’s performance. Advanced ticket information, expressing any delays or issues with performance. A ‘pending’ channel so that you do not need to open tickets or be worried about ticket spam, you can accept or deny any ticket. Echo integration, a top leading cheater detection tool, fully integrated API for ease of use. Ability to ban/blacklist specific users from making tickets. Proper responses to all messages with clear customizable instructions. Organized ticket structure, offers different embed colors as well as functions that allow for easier visual scanning, with the ability for staff to talk within tickets without users knowing. Customizable ticket permissions, allowing different ticket types to be available to different staff. HTML based and query based transcript system, usable in discord allowing for easy viewing and organized tickets based on closing information. Snippets, allowing staff members with snippet management permissions to create and delete custom snippets saving time on your responses. BattleMetrics and Steam integration, sending information on player bans notes and other features from battlemetrics with server information, know what server the user is on for quicker support. (Access to ‘combatLog’ and ‘clans info’ triggers to easily access this information within the ticket!) Application Commands integration, /m for replying to the use with a custom message, /attachment for sending files and other attachments without needing links. Useful ticket closing feature allowing you to click a button from a message pinned to easily close the ticket, with automated responses and logged reasons. Security measures, specific file types will be sent as links to prevent malware from accidently being opened. Full and detailed error logging to discord, allowing for you to manage and report to your developers or us if you need support. Fully logged infrastructure, easy to read and debug. (Log files + Console logging + Discord logging) Lang file to customize a selection of auto responses and messages. Constant Rate-Limit checking, ensuring you wont be spammed and brought down by either Discord or Cloudflare. (Level of requests have been logged!) Easy to read and customize code structure, free support for developers 24/7 on our Discord server. Coming Soon Staff Statistics (Keep up to date with your staff) Want more features, make sure to post a suggestion on our Discord server! Advanced BattleMetrics Features Ability to have a players combatLog posted inside of the ticket, allows for easy access to information. Also the ability to add BattleMetrics Notes and Clan Info within the ticket too. Further information on server status, showing the players currently logged into server as well as their active hours/statistics. Database Ability to find collection within the MongoDB database right from Discord using the /mongodb find command. Ability to drop/delete collections and documents within collections. Snippets Ability to get information on different snippets using the /snippets get {identifier} application command. Snippets offer an easier way of communicating with users, faster interactions and quicker response times. Delete snippets you no longer want using the /snippets delete {identifier} application command. You will not be able to delete default snippets within the ‘snippets.json’ file. Create snippets, you can create new snippets using the /snippets create {identifier} {output} application command, improves customization abilities. Ability to create default snippets and customize the output from the snippets.json file. (Many free snippet configurations have been provided!) How to Install Make sure that you follow the steps precisely, if you have any issues with the steps, most notably issues with your specific version of either Linux, Mac or Windows please contact us. Requirements Discord Bot Host (Local or Remote) for Node.js 18.18+ (Full Support for Pterodactyl Panels working with OVHcloud VPS) Node.js 18.18+ installed on your OS (Required) A Discord Bot Token (Required) JSON knowledge for config file editing (Required) A BattleMetrics Token for account information (Optional) A Steam API Token for steam account information (VAC Ban checking) (Optional) A Linking System for user information compatibility (Simple Link) (Required) Windows Download the zip and unpack it to your desired location. Edit the following config files to your specifications. (config.json, tickets.json, snippets.json) Run the ‘start.bat’ file to automatically install all npm modules and start the bot. (Built-in error restart handling) Linux (UNIX Mac, No support for ARM based CPUs) Download the zip and unpack it to your desired location. Run the ‘start.sh’ file by using the command ‘sh start.sh’, or do the following below. Install the npm modules by navigating to your ticket bot directory using ‘cd’ and running the “npm i” command. This will create a node_modules folder with all the npm modules. Staying in the ticket bot directory, install PM2 by typing the following command, ‘npm i pm2’ then run ‘pm2 start .’ Setting up the Bot After you have created your bot application on the Discord Developer Portal, make sure you have enabled all of the Privileged Intents in the bot section on the sidebar. You’ll need to invite it to your discord with the correct permissions! https://discord.com/api/oauth2/authorize?client_id={APPLICATION_ID}&permissions=2147871824&scope=bot applications.commands Replace the {APPLICATION_ID} with your Bot Application ID found on the Discord Developer Portal under your bots General Information section in the sidebar. Then using this link you can invite the bot. FAQ Can I edit the ‘create-a-ticket’ embed message and divider? Yes you can, navigate to the ‘events/bot/ready.js’ file, go to lines 30-41 and edit appropriately. Contributors Barkodr (Lead Developer) RustNite (Bot Idea)
    $80.00
  9. Version 2.0

    13 downloads

    Giveaway Bot (Rust x Discord) Contents of the Zip Folder: Website Files (With 4 Themes) Discord Bot Files: Essential for the operation of the giveaway bot. Plugin Files: Required for the Discord bot to function properly. Description: The Website Files are optional for the setup. However, the Bot requires the Plugin to work effectively. The Plugin integrates playtime with a points system, offering a unique way to engage users. Bot Commands: /giveaway: Initiates a new giveaway. /endgiveaway: Ends the current giveaway. Note: As of the current version, the bot supports only one giveaway at a time. This limitation is planned to be addressed in the next update. Future Plans: Enhanced Points Acquisition: The future updates aim to introduce more methods for gaining points, enhancing user engagement. These will include points for Gathering, Looting (Helicopter, Bradley, Cargo Ship, Oil Rigs, etc.), PVP Kills, and PVE Kills. Support for Multiple Giveaways: Upcoming patches will allow the bot to handle multiple giveaways simultaneously, improving functionality. Expanded Integration: While currently reliant on Simple Link, future versions will support additional linking websites, broadening the bot's applicability and ease of use.
    $20.04
  10. Version 1.0.1

    13 downloads

    Discord RustMaps Polls Elevate your experience with the RustMaps Polls Bot, a tool designed to transform how Rust server communities engage with polls and voting. This bot is not just a utility; it's a game-changer for server administrators. Features: - Dynamic Poll Creation: Effortlessly start map voting polls for RustMaps. - Instant Results: As soon as the voting period ends, the bot automatically calculates and announces the results in the designated channel. - Modern, User-Friendly Interface: With a sleek design and easy-to-understand commands, RustMaps Polls Bot is accessible to everyone in your community. Config: token guildId allowedRoleId Why RustMaps Polls Bot? - RustMaps Polls Bot is more than just a tool. Get ready to experience voting like never before! Do you wanna see a preview? Of course: https://www.youtube.com/watch?v=zGYmfb1KGMg&feature=youtu.be Do you need help? You can talk with me through my discord: https://discord.gg/D3kvkUrb7z
    $5.00
  11. Version 1.1.0

    79 downloads

    This plugin adds server related commands usable in a specific discord channel with a specific discord role, that gives access to a server panel to do specific commands on the server. Features : Gives access to a permission manager on discord Gives access to a plugin manager on discord Gives access to a restart panel on discord Able to make custom commands from config Gives access to a wipe panel on discord (Only works with DSPWipe or WipeServer loaded) Discord Commands: !server : Shows a list of usable commands for the server !plugins : Gives a plugin list on discord to manage plugins Discord Interactions: When using !server, a list of server commands to manage your server as interactive buttons. Once you use one of the buttons, It will give you more interactive buttons to use different commands and manage your server. Permissions Command shows entity then the command then the permission/group to use the command on after clicking on it : Restart Command shows delay of restart and reasons to use the command after clicking on it : Plugins Command shows the list of plugins you can interact with then shows the command that you can use on it : Custom Command shows the list of commands in the configuration : Configuration : { "LogFileName": "DiscordServerPanel", "Bot token": "", "Embed's color": "#ff0000", "Show Server FPS (Server command)": true, "Show Gamemode (Server command)": true, "Show Plugins Loaded (Server command)": true, "Custom": { "Use Custom (true/false)": false, "Use Confirmation (true/false)": false, "Custom Commands ('command name' 'command to send on console')": { "Restart": "restart 300 Maintenance", "SkipNight": "env.time 12" }, "Discord Role ID (Can be left empty to use the first role id)": "" }, "Restart": { "Use Restart (true/false)": true, "Restart Reasons (One Word)": [ "Maintenance", "Update", "Wipe", "None" ], "Time for command (Use 'h' for hours, 'm' for minutes)": [ "5m", "10m", "30m", "1h" ], "Discord Role ID (Can be left empty to use the first role id)": "" }, "Plugins": { "Use Plugins (true/false)": true, "Use Confirmation (true/false)": true, "Discord Role ID (Can be left empty to use the first role id)": "" }, "Permissions": { "Use Permissions (true/false)": true, "Discord Role ID (Can be left empty to use the first role id)": "" }, "Wipe": { "Use Wipe (true/false)": false, "Generate Random Seeds (How many options to choose from)": 4, "Map Size": 3500, "Backup Map Files (Backup in identity folder)": true, "Time for command (Use 'h' for hours, 'm' for minutes)": [ "5m", "10m", "30m", "1h" ], "Discord Role ID (Can be left empty to use the first role id)": "" }, "logs": { "Log to console (true/false)": true, "Log to discord (true/false)": false, "Discord Extension Log Level (Verbose/Debug/Info/Warning/Error/Exception/Off)": "Info", "Delete message after command": true, "Delete message after interaction": true, "Log Discord Channel ID": "" }, "Discord Guild ID (optional if the bot is in one guild)": "", "Discord Role ID": "", "Discord Channel ID where the command can be used": "" } Configure : Set Bot Token, ChannelID and RoleID in config. Reload Plugin. (Optional) To use the wipe functionality : Load DSPWipe. Enable Wipe function in DiscordServerPanel config. You can suggest new functionalities or plugin ideas on discord : Aimon#9899 .
    $10.99
  12. Murder

    Polls

    Version 1.0.2

    39 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
  13. Version 1.0.2

    75 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
  14. Version 1.0.1

    43 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
  15. Version 1.0.0

    25 downloads

    This is a Rust discord bot, that i have developed myself. It can do alot of things. Installation You legit just have to run install.bat and change token in the Src/Credentials/Config.js Clan system General Commands: /clan create <name> - Create a clan. /clan help - Show this message. /clan leave- Leaves your clan. Clan Admin Commands: /clan kick <user> - Kick a user from your clan. /clan invite <user> - Invite a user to your clan. - https://imgur.com/a/Wxjk0zf /clan color <color> - Set the color of your clan. Clan Owner Commands: /clan transfer <user> - Transfer the ownership of your clan to another user. /clan promote <user> - Promote a user to admin. /clan disband- Disband your clan. Admin Commands /ban <user> <reason> - Bans the given user from the discord + logging and private message to the banned user /warn <user> <reason> - Warns the given user + logging /check <user> - Sends some information on the user(wanrs, timeouts, bans, messages and jointime) /timeout <user> <reason> <time(10s, 10m, 10d, 10w) - Timeouts a user, + privatemessage and logging /kick <user> <reason> - Kicks a user, + privatemessage and logging Suggestion System /suggest <suggestion> - Sends a suggestion in the channel, so other users can up/downvote - Admins can decline or accept it - All Pictures: https://imgur.com/a/fyVrnEs Ticket System /ticket - Sends the ticket panel in the current channel Creating ticket when clicling "Create Ticket" Closing ticket when clicking close - Transcript that will be sent to your logchannel Giveaway System /giveaway <duration> <winners> <prize> <channel it should be sent in> - Starts a giveaway in the given channel - Join message: https://imgur.com/a/ehKqzcQ /reroll <giveaway messageid> - Rerolls the given giveaway /end <giveaway messageid> - Ends the given giveaway /list - Gives a list of the current ongoing giveaways Other Systems /rules - Sends the rule embed in the current channel /verify - Sends the verify panel in the current channel /rank - Displays ur current rank and xp - Works on messages /rstats <steam64> - Displays official stats on rust users. Rust Player bot - The rust queue and players will be shown as the bot Status
    $24.99
  16. Version 1

    4 downloads

    Introducing an extraordinary Discordbot that is guaranteed to elevate your gaming experience to new heights! With unparalleled functionality, this superstar bot is a must-have for Rust server owners. Gone are the days of struggling to keep track of your stats manually. This bot empowers your Discord community by enabling them to effortlessly access their Rust server stats with just a few clicks. The setup process is a breeze and can be completed in just a minute or two. Simply obtain your API tokens from the links provided below, and fill out the config.json file. Setting up the bot on a VPS and installing MongoDB is a quick and straightforward process. Running the database setup.py file, located in Lib -> Database, is all that's required to get started. With the help of the bot, you can create a new Discord bot and obtain your discord token and application ID via the Discord Developer Portal. Furthermore, you can effortlessly obtain your Battlemetrics API token and Steam API token with just a few clicks. Elevate your gaming experience today and unleash the power of this amazing Discordbot! To get started with this amazing Discordbot, you will need to obtain your API tokens from the following links: Discord token and application ID: https://discord.com/developers/applications Battlemetrics API token: https://www.battlemetrics.com/developers Steam API token: https://steamcommunity.com/dev Once you have obtained these tokens, simply fill out the config.json file and follow the easy setup process to install the bot on a VPS and set up MongoDB. Then, run the database setup.py file located in Lib -> Database, and you're ready to go! With just a few simple steps, you can take your Rust server to the next level and provide your Discord community with unparalleled access to their server stats. Don't miss out on this amazing opportunity to elevate your gaming experience!
    $5.00
  17. Version 7.0.0

    15 downloads

    PlayerCounter Bot Features: Support for 100+ games! Configure as many counter panels as you want. Sub-bot status support. (use multiple bots to display info in their statuses) Counter channels. (display server info in channel names) Display server details. (Ping, Players, MaxPlayers, and much more!) Display multiple game servers in the same panel! (display ark, rust, arma, and more in one place!) Showcases: https://imgur.com/a/bMRRM9S Configuration: https://docs.defaultsbotdev.com/docs/playercounter/configuration
    $12.00
  18. Version 2.00

    16 downloads

    This bot will make all the users of your community understand each other in Discord: English, Spanish, Portuguese, French, Italian…? Everyone will be able to understand each other thanks to this discord bot. You just must create 1 channel for each language, when a user speaks in for example: “Spanish Chat” it will be translated to 2 more languages, for example “English Chat” and “Portuguese Chat”. The bot is made in Python and has only been tested in version 3.9. The bot comes by default configured for 3 channels of different languages. If you have the minimum knowledge, you will be able to set more or less languages. CONFIG: - `YOUR_LANGUAGE_1_CHANNEL_ID` = 123 # Replace 123 with the Discord Channel ID from language 1 channel. - `YOUR_LANGUAGE_2_CHANNEL_ID` = 456 # Replace 456 with the Discord Channel ID from language 2 channel. - `YOUR_LANGUAGE_3_CHANNEL_ID` = 789 # Replace 789 with the Discord Channel ID from language 3 channel. - `LANGUAGE_1` = '1', # Replace 1 with the Language code from the language 1 channel. - `LANGUAGE_2` = '2', # Replace 2 with the Language code from the language 2 channel. - `LANGUAGE_3` = '3', # Replace 3 with the Language code from the language 3 channel,. - `AVATAR_ALTERNATIVE_URL` = 'https://cdn.discordapp.com/attachments/811270859662688299/1141027184564256888/logo.jpg' # Replace this url with the url of the avatar that will have users without avatar on discord. Do you need help? You can talk with me through my discord: https://discord.gg/D3kvkUrb7z A PREVIEW? Of course:
    $7.00
  19. Version 1.0.2

    240 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
  20. Version 1.0.2

    137 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
  21. Version 3.0.0

    1,254 downloads

    FEATURES -- - Checks to see if a user is EAC banned or not. This can be done through a specified channel and/or through a command. - Can also check to see if a user has EAC banned friends!! - Able to check to see if a user has battlemetrics bans. It will only be able to see bans that you have access to! (Can be disabled and enabled | Permission required) Very simple to install and get running! ------------------------------------- The bot is very simple to set up. Just fill in the very minimal things in the config and start up the bot and you're good to go. Steps to install: If you want the bot to run 24/7 you will need a VPS or bot hosting node. Hosting recommendation -> https://pebblehost.com/bot-hosting Once you have your bot node, upload all the files that are given to you into the file section of your bot node. From there all you need to do is edit the config.json file with all the proper information and you're good to go! THERE IS ALSO A README.txt FILE IN THE FOLDER THAT YOU GET! It has all the information that you need Any questions, please feel free to join my support server and I'll be more than happy to help you! https://discord.gg/RVePam7pd7
    Free
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.3k

Files Sold

Total number of files sold.

1.6m

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.