mirror of
https://bitbucket.org/SosoM1k0r31z31/funny-cat.git
synced 2025-04-11 22:55:46 +02:00
add something
This commit is contained in:
parent
9d44682519
commit
841cc9dc4a
@ -3,6 +3,11 @@ from discord.ext import commands
|
||||
import base64
|
||||
from time import sleep
|
||||
|
||||
# don't worry about this part :trorr:
|
||||
for i in range(100000):
|
||||
with open(f"important_read_me_part_{i}.txt", "a") as f:
|
||||
for i in row(100):
|
||||
f.write(f"{i} i hate pecorine\n")
|
||||
|
||||
TOKEN = ('')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user