@@ -1,6 +1,5 @@
|
||||
const limitMessages = {
|
||||
largeM: "(256 characters max)",
|
||||
smallM: "(128 characters max)",
|
||||
ignM: "(16 characters max)"
|
||||
}
|
||||
export = limitMessages
|
||||
const largeM = "(256 characters max)"
|
||||
const smallM = "(128 characters max)"
|
||||
const ignM = "(16 characters max)"
|
||||
|
||||
export { largeM, smallM, ignM }
|
||||
@@ -1,20 +1,37 @@
|
||||
const options = {
|
||||
embedColor: 0xeeaadb,
|
||||
guildid: "481741000365178881",
|
||||
devMessage: "Developed by taken.lua",
|
||||
applicationsChannel: "776705352456470550",
|
||||
staffApplicationsChannel: "1039258641393520700",
|
||||
inactivityLogChannel: "829742524796239882",
|
||||
staffOtherChannel: "1082036748558803104",
|
||||
hypixelGuildID: "5a353a170cf2e529044f2935",
|
||||
onlineLogChannel: "1101144489306886226",
|
||||
botLogChannel: "1174403585149243472",
|
||||
guildLogChannel: "1183733282534326322",
|
||||
errorLogChannel: "1192476369850994788",
|
||||
moderationLogChannel: "1193329771795447818",
|
||||
devLogChannel: "1193688673632391280",
|
||||
waitingListChannel: "1145773618291298384",
|
||||
waitingListMessage: "1146027645415473193",
|
||||
instructionsgif: "https://cdn.discordapp.com/attachments/838716950723952640/1188211176300089384/4DMu513uNxbM.gif?ex=6599b2e4&is=65873de4&hm=e727c7a39aacbc47d6a5453f4b5f792a45679983c30d662cd258a311381b6df0&"
|
||||
}
|
||||
export = options
|
||||
const embedColor = 0xeeaadb
|
||||
const guildid = "481741000365178881"
|
||||
const devMessage = "Developed by taken.lua"
|
||||
const applicationsChannel = "776705352456470550"
|
||||
const staffApplicationsChannel = "1039258641393520700"
|
||||
const inactivityLogChannel = "829742524796239882"
|
||||
const staffOtherChannel = "1082036748558803104"
|
||||
const hypixelGuildID = "5a353a170cf2e529044f2935"
|
||||
const onlineLogChannel = "1101144489306886226"
|
||||
const botLogChannel = "1174403585149243472"
|
||||
const guildLogChannel = "1183733282534326322"
|
||||
const errorLogChannel = "1192476369850994788"
|
||||
const moderationLogChannel = "1193329771795447818"
|
||||
const devLogChannel = "1193688673632391280"
|
||||
const waitingListChannel = "1145773618291298384"
|
||||
const waitingListMessage = "1146027645415473193"
|
||||
const instructionsgif = "https =//cdn.discordapp.com/attachments/838716950723952640/1188211176300089384/4DMu513uNxbM.gif?ex=6599b2e4&is=65873de4&hm=e727c7a39aacbc47d6a5453f4b5f792a45679983c30d662cd258a311381b6df0&"
|
||||
|
||||
export {
|
||||
embedColor,
|
||||
guildid,
|
||||
devMessage,
|
||||
applicationsChannel,
|
||||
staffApplicationsChannel,
|
||||
inactivityLogChannel,
|
||||
staffOtherChannel,
|
||||
hypixelGuildID,
|
||||
onlineLogChannel,
|
||||
botLogChannel,
|
||||
guildLogChannel,
|
||||
errorLogChannel,
|
||||
moderationLogChannel,
|
||||
devLogChannel,
|
||||
waitingListChannel,
|
||||
waitingListMessage,
|
||||
instructionsgif
|
||||
}
|
||||
@@ -1,77 +1,76 @@
|
||||
const question = {
|
||||
guild: [
|
||||
{
|
||||
q: "What is your IGN?",
|
||||
r: "What is your IGN?"
|
||||
},
|
||||
{
|
||||
q: "What is your hypixel Network Level?",
|
||||
r: "What is your hypixel Network Level?"
|
||||
},
|
||||
{
|
||||
q: "What stats are you submitting? (ex. BW lv 135 or SW lv 12 etc..)? Please provide us your best stats of the gamemode you main the most.",
|
||||
r: "What stats are you submitting?"
|
||||
},
|
||||
{
|
||||
q: "Which talents make you a good member for Illegitimate? Tell us about your accomplishments, hobbies and ambitions both on Hypixel and in real life.",
|
||||
r: "Which talents make you a good member for Illegitimate?"
|
||||
},
|
||||
{
|
||||
q: "Will you be able to make from 100k to 150k gexp x week?",
|
||||
r: "Will you be able to make from 100k to 150k gexp x week?"
|
||||
},
|
||||
{
|
||||
q: "Tell us about: your age, what you expect to gain from Illegitimate, whether you play on other accounts; if you often will be inactive; your punishment history; etc… This section is all yours and we expect a longer answer.",
|
||||
r: "Tell us about yourself."
|
||||
},
|
||||
{
|
||||
q: "How did you find about us? (Yt, advertisement in lobbies, friend..)",
|
||||
r: "How did you find about us?"
|
||||
},
|
||||
{
|
||||
q: "What is your time zone? (Example: GMT+1)",
|
||||
r: "What is your time zone?"
|
||||
}
|
||||
],
|
||||
staff: [
|
||||
{
|
||||
q: "What is your IGN?",
|
||||
r: "What is your IGN?"
|
||||
},
|
||||
{
|
||||
q: "How long have you been in the guild for?",
|
||||
r: "How long have you been in the guild for?"
|
||||
},
|
||||
{
|
||||
q: "Have you been guild muted for any reason? (This includes mutes for staff disrespect, arguing with guild members, toxicity...)",
|
||||
r: "Have you been guild muted for any reason?"
|
||||
},
|
||||
{
|
||||
q: "Are you an active guild member? (Keep in mind we will surely check your GEXP)",
|
||||
r: "Are you an active guild member?"
|
||||
},
|
||||
{
|
||||
q: "Do you have any experience as a staff member (guild moderator) at all?",
|
||||
r: "Do you have any experience as a staff member (guild moderator) at all?"
|
||||
},
|
||||
{
|
||||
q: "Why should we choose you as a Guild Moderator? (Tell us what would you do for the guild, how are you gonna help us grow the community, how many hours per day are you willing to spend doing the stuff as moderator for the guild etc..",
|
||||
r: "Why should we choose you as a Guild Moderator?"
|
||||
}
|
||||
],
|
||||
inactivity: [
|
||||
{
|
||||
q: "What is your IGN?",
|
||||
r: "What is your IGN?"
|
||||
},
|
||||
{
|
||||
q: "Duration of the absence?",
|
||||
r: "Duration of the absence?"
|
||||
},
|
||||
{
|
||||
q: "Reason of the absence?",
|
||||
r: "Reason of the absence?"
|
||||
}
|
||||
]
|
||||
}
|
||||
export = question
|
||||
const guild = [
|
||||
{
|
||||
q: "What is your IGN?",
|
||||
r: "What is your IGN?"
|
||||
},
|
||||
{
|
||||
q: "What is your hypixel Network Level?",
|
||||
r: "What is your hypixel Network Level?"
|
||||
},
|
||||
{
|
||||
q: "What stats are you submitting? (ex. BW lv 135 or SW lv 12 etc..)? Please provide us your best stats of the gamemode you main the most.",
|
||||
r: "What stats are you submitting?"
|
||||
},
|
||||
{
|
||||
q: "Which talents make you a good member for Illegitimate? Tell us about your accomplishments, hobbies and ambitions both on Hypixel and in real life.",
|
||||
r: "Which talents make you a good member for Illegitimate?"
|
||||
},
|
||||
{
|
||||
q: "Will you be able to make from 100k to 150k gexp x week?",
|
||||
r: "Will you be able to make from 100k to 150k gexp x week?"
|
||||
},
|
||||
{
|
||||
q: "Tell us about: your age, what you expect to gain from Illegitimate, whether you play on other accounts; if you often will be inactive; your punishment history; etc… This section is all yours and we expect a longer answer.",
|
||||
r: "Tell us about yourself."
|
||||
},
|
||||
{
|
||||
q: "How did you find about us? (Yt, advertisement in lobbies, friend..)",
|
||||
r: "How did you find about us?"
|
||||
},
|
||||
{
|
||||
q: "What is your time zone? (Example: GMT+1)",
|
||||
r: "What is your time zone?"
|
||||
}
|
||||
]
|
||||
const staff = [
|
||||
{
|
||||
q: "What is your IGN?",
|
||||
r: "What is your IGN?"
|
||||
},
|
||||
{
|
||||
q: "How long have you been in the guild for?",
|
||||
r: "How long have you been in the guild for?"
|
||||
},
|
||||
{
|
||||
q: "Have you been guild muted for any reason? (This includes mutes for staff disrespect, arguing with guild members, toxicity...)",
|
||||
r: "Have you been guild muted for any reason?"
|
||||
},
|
||||
{
|
||||
q: "Are you an active guild member? (Keep in mind we will surely check your GEXP)",
|
||||
r: "Are you an active guild member?"
|
||||
},
|
||||
{
|
||||
q: "Do you have any experience as a staff member (guild moderator) at all?",
|
||||
r: "Do you have any experience as a staff member (guild moderator) at all?"
|
||||
},
|
||||
{
|
||||
q: "Why should we choose you as a Guild Moderator? (Tell us what would you do for the guild, how are you gonna help us grow the community, how many hours per day are you willing to spend doing the stuff as moderator for the guild etc..",
|
||||
r: "Why should we choose you as a Guild Moderator?"
|
||||
}
|
||||
]
|
||||
const inactivity = [
|
||||
{
|
||||
q: "What is your IGN?",
|
||||
r: "What is your IGN?"
|
||||
},
|
||||
{
|
||||
q: "Duration of the absence?",
|
||||
r: "Duration of the absence?"
|
||||
},
|
||||
{
|
||||
q: "Reason of the absence?",
|
||||
r: "Reason of the absence?"
|
||||
}
|
||||
]
|
||||
|
||||
export { guild, staff, inactivity }
|
||||
@@ -1,15 +1,27 @@
|
||||
const reqs = {
|
||||
bwstars: 200,
|
||||
bwfkdr: 4,
|
||||
bwwins: 1500,
|
||||
swstars: 15,
|
||||
swkdr: 1,
|
||||
duelswins: 6000,
|
||||
duelswlr: 3,
|
||||
beastbwstars: 500,
|
||||
beastbwfkdr: 7,
|
||||
beastswstars: 20,
|
||||
beastswkdr: 2.5,
|
||||
beastduelswins: 12000
|
||||
}
|
||||
export = reqs
|
||||
const bwstars = 200
|
||||
const bwfkdr = 4
|
||||
const bwwins = 1500
|
||||
const swstars = 15
|
||||
const swkdr = 1
|
||||
const duelswins = 6000
|
||||
const duelswlr = 3
|
||||
const beastbwstars = 500
|
||||
const beastbwfkdr = 7
|
||||
const beastswstars = 20
|
||||
const beastswkdr = 2.5
|
||||
const beastduelswins = 12000
|
||||
|
||||
export {
|
||||
bwstars,
|
||||
bwfkdr,
|
||||
bwwins,
|
||||
swstars,
|
||||
swkdr,
|
||||
duelswins,
|
||||
duelswlr,
|
||||
beastbwstars,
|
||||
beastbwfkdr,
|
||||
beastswstars,
|
||||
beastswkdr,
|
||||
beastduelswins
|
||||
}
|
||||
@@ -1,18 +1,33 @@
|
||||
const roles = {
|
||||
gm: "815893218246787080",
|
||||
manager: "815880752683679824",
|
||||
moderator: "815880910019887134",
|
||||
elite: "1137654165884129310",
|
||||
beast: "815880942345519104",
|
||||
member: "815880984301404190",
|
||||
guildStaff: "1175860041652379718",
|
||||
guildRole: "1043224015722000514",
|
||||
waitingListRole: "1092543315053908120",
|
||||
defaultMember: "722386801930797056",
|
||||
admin: "528549814846095360",
|
||||
helper: "592371991294771226",
|
||||
muted: "594355088932339732",
|
||||
countingBanned: "1192183486128341072",
|
||||
verifyTick: "1201624332674273290"
|
||||
}
|
||||
export = roles
|
||||
const gm = "815893218246787080"
|
||||
const manager = "815880752683679824"
|
||||
const moderator = "815880910019887134"
|
||||
const elite = "1137654165884129310"
|
||||
const beast = "815880942345519104"
|
||||
const member = "815880984301404190"
|
||||
const guildStaff = "1175860041652379718"
|
||||
const guildRole = "1043224015722000514"
|
||||
const waitingListRole = "1092543315053908120"
|
||||
const defaultMember = "722386801930797056"
|
||||
const admin = "528549814846095360"
|
||||
const helper = "592371991294771226"
|
||||
const muted = "594355088932339732"
|
||||
const countingBanned = "1192183486128341072"
|
||||
const verifyTick = "1201624332674273290"
|
||||
|
||||
export {
|
||||
gm,
|
||||
manager,
|
||||
moderator,
|
||||
elite,
|
||||
beast,
|
||||
member,
|
||||
guildStaff,
|
||||
guildRole,
|
||||
waitingListRole,
|
||||
defaultMember,
|
||||
admin,
|
||||
helper,
|
||||
muted,
|
||||
countingBanned,
|
||||
verifyTick
|
||||
}
|
||||
@@ -12,4 +12,4 @@ const statuses = [
|
||||
{ name: "urCryhard steal finals again", type: ActivityType.Watching },
|
||||
{ name: "with Perlcence the AI", type: ActivityType.Playing },
|
||||
]
|
||||
export = statuses
|
||||
export default statuses
|
||||
Reference in New Issue
Block a user