Nimbi

messages.ts

Jul 14th, 2021 (edited)
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export const msg = {
  2.   MISSING_REQUIRED_PERMISSIONS: ':x: You are not permitted to use this command',
  3.   DISCORD_API_ERROR:
  4.     ':x: Uh Oh... Something seems to have gone wrong on our end...',
  5.   ARGUMENTS_ERROR:
  6.     ':x: Something went wrong... Please try the command again...',
  7.   MISSING_REQUIRED_ARGUMENTS: ':x: Please pass in the required arguments',
  8.   INVALID_CHANNEL: ':x: Invalid Channel',
  9.   MUTE_ERROR_1: 'The target is already muted',
  10.   MUTE_MESSAGE_1: 'The target is not muted',
  11.   MENU_RESPONSE_1: 'You canceled the command selection',
  12.   FOOTER_TEXT: `Discord Coding Community | Pylon.bot`,
  13.   ADMIN_COMMANDS:
  14.     'pylon-studio: Access the Pylon Studio\nkick: Kicks a specified user from the guild\nban: Ban a specified user from the guild for a specified reason\nmassban: Ban multiple specified users in one command\nbanlist: Display the list of banned users\nslowmode: Apply slowmode to a specified channel\ntag: Tag subcommand system\n - set: Set a tag\n - delete: Delete a specified tag',
  15.   MOD_COMMANDS:
  16.     'announce: Send an announcement to the guild announcements channel\nmute: Mute a specified user\nunmute: UnMute a specified user\ntempmute: Mute a specified user for a specified amount of time\nwarn: Warn a user for s specified reason',
  17.   SOCIAL_COMMANDS:
  18.     "reddit: Display's a random image from a specified subreddit\ntwitter: Twitter subcommand system\n - sub: Add a Twitter feed to a specified channel\n - list: List all currently subscribed Twitter feeds\nunsub: Unsubscribe froma specified Twitter feed",
  19.   UTIL_COMMANDS:
  20.     "binary: Convert a message into binary.\nmc: Minecraft subcommand system\n - status: Check the current status of a minecraft server\nplot: Wolfram Alhpa Plotter\nsearch: Search for something using the worlfram api\nPing: Responds with the bot's ping\ninfo: Displays a user's info\nMenu: Displays the Pylon help menu",
  21.   ECONOMY_COMMANDS:
  22.     "rank: Display's the user's Rank card\nTop: Display's the guild's XP leaderboard"
  23. };
  24. export default msg;
  25.  
Add Comment
Please, Sign In to add comment