Removed data export from imports

This commit is contained in:
Profitroll 2023-05-06 18:10:40 +02:00
parent 445bbd6f93
commit 89bb57b2fc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def main():
client.add_cog(Admin(client))
client.add_cog(Analytics(client))
client.add_cog(CustomChannels(client))
client.add_cog(Data(client))
# client.add_cog(Data(client))
client.add_cog(Logger(client))
try: