remove header tags

This commit is contained in:
2025-03-30 20:52:20 +02:00
parent aa15d5c026
commit f51afc134a

View File

@@ -17,7 +17,6 @@ def roll(notation):
result = int(roll)
return roll,result
<<<<<<< HEAD
# check if user has admin role and output True if it's the case.
def checkrole(roles):
for role in roles:
@@ -30,6 +29,3 @@ def checkchannel(channelid):
return True
else:
return False
=======
>>>>>>> d194332843b93f36e724aeca0dcd41c96a10ae95