Skip to content
View IQExotic's full-sized avatar
πŸ™ƒ
To much work!!
πŸ™ƒ
To much work!!

Highlights

  • Pro

Block or report IQExotic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
IQExotic/README.md

Good to see you I guess?!

#!/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()

πŸ“ Work

  • 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!

πŸ”§ Technologies & Tools

  • IDE & OS
  • LANGUAGES

🧠 My Repositorys

Pinned Loading

  1. Exoticus Exoticus Public

    An open-source Discord bot designed to serve as an educational example, showcasing the effective application of Hikari and Hikari-Lightbulb.

    Python 2 1