1
2
3
3
3
6
7
8
9
Name : BigBoss
About : Python Discord Bot
Developer : Sahan Sandaruwan
Github : github/sahansandaruwan/bigboss
Status : Online
1
2
3
4
5
6
7
8
9
import bigboss
def Bigboss():
....Name = bigboss.name()
....About = bigboss.about()
....dev = bigboss.dev()
....github = bigboss.repository()
....status = bigboss.status()
return()