mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
Edit randomgpu.py
This commit is contained in:
parent
dbab715239
commit
d5fbbf5074
@ -7,7 +7,7 @@ import random
|
||||
class GPU(commands.Cog):
|
||||
def __init__(self, bot: commands.Bot):
|
||||
self.bot = bot
|
||||
self.gpu_file = "/home/server/wdiscordbotserver/data/allgpus.json"
|
||||
self.gpu_file = "allgpus.json"
|
||||
self.gpus = self.load_gpus()
|
||||
|
||||
def load_gpus(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user