Skip to content

Commit

Permalink
Removed erroneous character because I'm editing on main baby lets gooooo
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXimized490 authored Jan 23, 2025
1 parent 9413866 commit 2b19705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def start_radio(ctx, useDefaultVolume, station_name=None):
# Set the stream_url to match the station's URL.
stream_url = settings["stations"][found_station]
# Update the last_station to match.
settings["last_station"] = found_)station
settings["last_station"] = found_station
# Save our change to last_station.
save_settings(settings)
# If the name can't be found, let the user know and stop the function.
Expand Down

0 comments on commit 2b19705

Please sign in to comment.