<?php
namespace MrKz;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'None',
'position' => 'Founder'
]
];
}
public function getDailyKnowledge(): array
{
return [
Unknown::class,
Unknown::class,
Unknown::class,
Unknown::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
Pinned Loading
-
kastaid/getter
kastaid/getter PublicPowerful Telethon userbot (supports custom plugins)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


