Logo
Explore Help
Sign In
juni/aikaterna-cogs
1
0
Fork 0
You've already forked aikaterna-cogs
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a1ca7dff6035ba5afbc877de00b1698d16517648
aikaterna-cogs/seen/__init__.py

8 lines
115 B
Python
Raw Normal View History

Add seen
2018-05-13 08:39:16 -07:00
from .seen import Seen
[Seen] Improves DisK I/O for bots with larger server and member base (#53) * Removes 3.0 compatibility Improves Disk IO by writting to config every 60 seconds Also listen to `on_typing`, `on_message_edit`, `on_reaction_remove`, `on_reaction_add` * Change from `on_message` to `on_message_without_command`
2019-08-12 15:59:33 +01:00
async def setup(bot):
cog = Seen(bot)
await cog.initialize()
bot.add_cog(cog)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 25ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API