mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 14:47:29 +00:00
Removed redundancy
This commit is contained in:
parent
02488d3378
commit
5357de24b3
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ class MsG:
|
||||||
# self.updating = True
|
# self.updating = True
|
||||||
# self.bot.loop.create_task(self._update_suggested())
|
# self.bot.loop.create_task(self._update_suggested())
|
||||||
|
|
||||||
# async def get_post(self, channel):
|
|
||||||
# post_request = await u.fetch('https://e621.net/post/index.json', json=True)
|
|
||||||
#
|
|
||||||
async def _update_suggested(self):
|
async def _update_suggested(self):
|
||||||
while self.updating:
|
while self.updating:
|
||||||
print('Checking for tag updates...')
|
print('Checking for tag updates...')
|
||||||
|
|
Loading…
Reference in a new issue