mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Audio] Fix type mismatch between config defaults and set value (#2201)
current_build is now set as a dict, but its default was a list. This resolves the error an `[p]audioset settings`. Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
parent
847f9fc8d1
commit
fd0abc250d
@ -48,7 +48,7 @@ class Audio(commands.Cog):
|
||||
"ws_port": "2332",
|
||||
"password": "youshallnotpass",
|
||||
"status": False,
|
||||
"current_build": [3, 0, 0, "alpha", 0],
|
||||
"current_build": redbot.core.VersionInfo.from_str("3.0.0a0").to_json(),
|
||||
"use_external_lavalink": False,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user