#!/usr/bin/python
# -*- coding: utf-8 -*-
class CommunityLead:
def __init__(self):
self.name = "Exotic"
self.role = "CommunityLead"
self.company = "sector-7"
self.language_spoken = ["de_AT", "de_DE", "es_ES" "en_US"]
def say_hi(self):
print("Hey there! How are you?")
me = Exotic()
me.say_hi()
-
Iβm currently community lead of Sector 7, a Discord community with over 2.5k members. We're not just about games, but about the gamers. We celebrate the diversity of our members and their interests, both in and out of the gaming world.
-
In addition to leading the community, I also develop our bot and web systems, including 4 bots and an upcoming website. Join us at Sector 7, where gamers come to connect!