Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 authored Jan 26, 2022
1 parent 8645600 commit d48a0dd
Show file tree
Hide file tree
Showing 55 changed files with 24,180 additions and 23,096 deletions.
10 changes: 10 additions & 0 deletions botconfig/advertisement.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"adenabled": true,
"statusad": {
"name": "Bero-Host.de | Host Bots, Websites and Games 4 CHEAP",
"type": "PLAYING",
"url": "https://twitch.tv/#"
},
"spacedot": "",
"textad": "> ***[Milrato Development](https://discord.gg/FQGXbypRf8) partnered with:***\n> [**Bero-Host.de**](https://bero.milrato.eu)"
}
38 changes: 38 additions & 0 deletions botconfig/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"token": "",
"prefix": "t!",
"ownerIDS": [
"442355791412854784"
],
"memer_api": "get it from: https://discord.gg/Mc2FudJkgP",
"status": {
"text": "{prefix}help | milrato.eu",
"text2": "by: discord.gg/milrato",
"type": "PLAYING",
"url": "https://twitch.tv/milratoDiscordBot"
},
"clientsettings": {
"nodes": [
{
"host": "localhost",
"port": 2333,
"password": "youshallnotpass"
}
]
},
"spotify": {
"clientSecret": "",
"clientID": ""
},
"settings": {
"leaveOnEmpty_Channel": {
"enabled": true,
"time_delay": 30000
},
"LeaveOnEmpty_Queue": {
"enabled": true,
"time_delay": 30000
},
"selfDeaf": true
}
}
6 changes: 6 additions & 0 deletions botconfig/embed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"color": "#fffff9",
"wrongcolor": "#e01e01",
"footertext": "Clan Bot | powered by milrato.eu",
"footericon": "https://cdn.discordapp.com/avatars/784364932149280778/58af253f0e865c8669e31092abd8cad2.webp"
}
78 changes: 78 additions & 0 deletions botconfig/emojis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"msg": {
"COMMENT": "IF YOU DECIDE TO USE CUSTOM EMOJIS, USE THE NAME AND THE ID IN MSG, EXAMPLE: ⬜ --> <:progressbar_left_filled:818558865268408341>",

"ERROR" : "<:no:833101993668771842>",
"SUCCESS" : "<a:yes:833101995723194437>",

"disabled" : "<:no:833101993668771842>",
"enabled" : "<a:yes:833101995723194437>",

"progress_bar": {
"leftindicator": "[",
"rightindicator": "]",

"emptyframe": "",
"filledframe": "🟧"
},

"playing": "🎶",
"pruning": "💬",
"equalizer": "🎚",
"cleared": "🗑",
"leave_on_empty": "🗣️",
"time": "",
"premium": "💰",
"song_by": "💯",
"setup": "⚙️",
"dj": "🎧",
"bot": "🤖",
"search": "🔎",
"resume": "",
"pause": "",
"lyrics": "📃",
"disk": "📀",
"ping": "🏓",

"rewind": "",
"forward": "",
"pause_resume": "⏯️",
"stop": "⏹️",
"previous_track": "⏮️",
"skip_track": "⏭️",
"replay_track": "🔃",
"reduce_volume": "🔉",
"raise_volume": "🔊",
"toggle_mute": "🔇",
"repeat_mode": "🔄",
"autoplay_mode": "",
"shuffle": "🔀",
"show_queue": "📑",
"show_current_track": "🩸"
},
"react": {

"COMMENT": "IF YOU DECIDE TO USE CUSTOM EMOJIS, USE JUST THE ID IN REACT, EXAMPLE: ⏪ --> 818558865268408341",

"ERROR" : "833101993668771842",
"SUCCESS" : "833101995723194437",


"rewind": "",
"forward": "",
"pause_resume": "⏯️",
"stop": "⏹️",
"previous_track": "⏮️",
"skip_track": "⏭️",
"replay_track": "🔃",
"reduce_volume": "🔉",
"raise_volume": "🔊",
"toggle_mute": "🔇",
"repeat_mode": "🔄",
"autoplay_mode": "",
"shuffle": "🔀",
"show_queue": "📑",
"show_current_track": "🩸"
}

}
Loading

0 comments on commit d48a0dd

Please sign in to comment.