-
-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8645600
commit d48a0dd
Showing
55 changed files
with
24,180 additions
and
23,096 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "🩸" | ||
} | ||
|
||
} |
Oops, something went wrong.