@@ -1,3 +1,11 @@
import os #hi there
def write_pid():
pid = os.getpid()
with open('/tmp/maze.pid', 'w') as f:
f.write(str(pid))
print('Hello my(i \'m mazebot) pid is ' + str(pid))
write_pid()
import json
import discord
from discord.ext import commands
The note is not visible to the blocked user.