Guest User

Untitled

a guest
Feb 16th, 2021
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1.       with open('prefixes.json', 'r') as f:
  2.         prefixes = json.load(f)
  3.  
  4.       prefixes[str(ctx.guild.id)] = prefix
Advertisement
Add Comment
Please, Sign In to add comment