mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
feat: Update mountddi, replace the pairing commands, switch to localdevvpn
* Update mountddi.py * Update pairing command description and embed content * Update crash.py * Update afc.py * Update VPN app reference in error message * Update footer text in embed message * feat: update mount ddi to be downloaded on the fly also fix some small errors and update errorcodes.json --------- Co-authored-by: neoarz <email@neoarz.dev>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
# From https://github.com/neoarz/Velora/blob/main/Velora/ui/ascii.py
|
||||
|
||||
|
||||
|
||||
def gradient_text(text, start_color, end_color):
|
||||
def rgb_interp(start, end, t):
|
||||
return tuple(int(start[i] + (end[i] - start[i]) * t) for i in range(3))
|
||||
|
||||
Reference in New Issue
Block a user