Coverage for cmds/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

13 statements  

1""" 

2cmd 

3 

4functions for running discord commands 

5""" 

6 

7 

8from .time import time 

9from .echo import echo, echoa 

10from .ping import ping 

11from .ver import ver 

12from .help import chelp 

13from .database import dwrite 

14from .kick import kick 

15from .invite import invite 

16from .dice import dice 

17from .others import wow, report, returnf 

18from .emote import emote 

19from .profile import profile, avatar 

20from .calc import calc