mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-03 11:45:23 +02:00
Fixed guild_id showing only first number
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
<div class="switch">
|
||||
<label>
|
||||
Disable
|
||||
<input type="checkbox" id="unauth_users" name="unauth_users" {% if dbguild['unauth_users'] %}checked{% endif %} >
|
||||
<input type="checkbox" id="unauth_users" name="unauth_users" {% if guild['unauth_users'] %}checked{% endif %} >
|
||||
<span class="lever"></span>
|
||||
Enable
|
||||
</label>
|
||||
|
Reference in New Issue
Block a user