Upped version to 6.0.3
This commit is contained in:
parent
265aac01f1
commit
32d27a7ddb
3 changed files with 139 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
- `.lyrics <song_name>` added - find lyrics for a song (it's not always accurate)
|
- `.lyrics <song_name>` added - find lyrics for a song (it's not always accurate)
|
||||||
|
|
||||||
- For Selfhosters
|
- For Selfhosters
|
||||||
- you have to update to latest v5 before updating to v6, otherwise migrations will fail
|
- you have to update to latest v5 before updating to v6, otherwise migrations will fail
|
||||||
- migration system was reworked
|
- migration system was reworked
|
||||||
- Xp card is now 500x245
|
- Xp card is now 500x245
|
||||||
- xp_template.json backed up to old_xp_template.json
|
- xp_template.json backed up to old_xp_template.json
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>true</ImplicitUsings>
|
<ImplicitUsings>true</ImplicitUsings>
|
||||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||||
<Version>6.0.2</Version>
|
<Version>6.0.3</Version>
|
||||||
|
|
||||||
<!-- Output/build -->
|
<!-- Output/build -->
|
||||||
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
||||||
|
|
|
@ -5062,6 +5062,21 @@
|
||||||
"No Public Bot"
|
"No Public Bot"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".lyrics"
|
||||||
|
],
|
||||||
|
"Description": "Looks up lyrics for a song. Very hit or miss.",
|
||||||
|
"Usage": [
|
||||||
|
".lyrics biri biri"
|
||||||
|
],
|
||||||
|
"Submodule": "Music",
|
||||||
|
"Module": "Music",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": [
|
||||||
|
"No Public Bot"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
".playlists",
|
".playlists",
|
||||||
|
@ -7987,6 +8002,114 @@
|
||||||
"Module": "Utility",
|
"Module": "Utility",
|
||||||
"Options": null,
|
"Options": null,
|
||||||
"Requirements": []
|
"Requirements": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".userroleassign",
|
||||||
|
".ura",
|
||||||
|
".uradd"
|
||||||
|
],
|
||||||
|
"Description": "Assigns a role to a user that can later be modified by that user.",
|
||||||
|
"Usage": [
|
||||||
|
".userroleassign @User @Role"
|
||||||
|
],
|
||||||
|
"Submodule": "UserRoleCommands",
|
||||||
|
"Module": "Utility",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": [
|
||||||
|
"ManageRoles Server Permission"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".userroleremove",
|
||||||
|
".urr",
|
||||||
|
".urdel",
|
||||||
|
".urrm"
|
||||||
|
],
|
||||||
|
"Description": "Removes a previously assigned role from a user.",
|
||||||
|
"Usage": [
|
||||||
|
".userroleremove @User @Role"
|
||||||
|
],
|
||||||
|
"Submodule": "UserRoleCommands",
|
||||||
|
"Module": "Utility",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": [
|
||||||
|
"ManageRoles Server Permission"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".userrolelist",
|
||||||
|
".url"
|
||||||
|
],
|
||||||
|
"Description": "Lists all user roles in the server, or for a specific user.",
|
||||||
|
"Usage": [
|
||||||
|
".userrolelist",
|
||||||
|
".userrolelist @User"
|
||||||
|
],
|
||||||
|
"Submodule": "UserRoleCommands",
|
||||||
|
"Module": "Utility",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": [
|
||||||
|
"ManageRoles Server Permission"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".userrolemy",
|
||||||
|
".urm"
|
||||||
|
],
|
||||||
|
"Description": "Lists all of the user roles assigned to you.",
|
||||||
|
"Usage": [
|
||||||
|
".userrolemy"
|
||||||
|
],
|
||||||
|
"Submodule": "UserRoleCommands",
|
||||||
|
"Module": "Utility",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".userrolecolor",
|
||||||
|
".urc"
|
||||||
|
],
|
||||||
|
"Description": "Changes the color of your assigned role.",
|
||||||
|
"Usage": [
|
||||||
|
".userrolecolor @Role #ff0000"
|
||||||
|
],
|
||||||
|
"Submodule": "UserRoleCommands",
|
||||||
|
"Module": "Utility",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".userrolename",
|
||||||
|
".urn"
|
||||||
|
],
|
||||||
|
"Description": "Changes the name of your assigned role.",
|
||||||
|
"Usage": [
|
||||||
|
".userrolename @Role New Role Name"
|
||||||
|
],
|
||||||
|
"Submodule": "UserRoleCommands",
|
||||||
|
"Module": "Utility",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".userroleicon",
|
||||||
|
".uri"
|
||||||
|
],
|
||||||
|
"Description": "Changes the icon of your assigned role.",
|
||||||
|
"Usage": [
|
||||||
|
".userroleicon @Role :thumbsup:"
|
||||||
|
],
|
||||||
|
"Submodule": "UserRoleCommands",
|
||||||
|
"Module": "Utility",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Xp": [
|
"Xp": [
|
||||||
|
@ -8193,6 +8316,20 @@
|
||||||
"Options": null,
|
"Options": null,
|
||||||
"Requirements": []
|
"Requirements": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".clubbanner"
|
||||||
|
],
|
||||||
|
"Description": "Sets an image as a club banner.\nThe banner will be displayed when club information is shown.",
|
||||||
|
"Usage": [
|
||||||
|
".clubbanner https://i.imgur.com/example.png",
|
||||||
|
".clubbanner"
|
||||||
|
],
|
||||||
|
"Submodule": "Club",
|
||||||
|
"Module": "Xp",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
".clubinfo"
|
".clubinfo"
|
||||||
|
|
Loading…
Add table
Reference in a new issue