I hereby claim:
- I am mikield on github.
- I am mikield (https://keybase.io/mikield) on keybase.
- I have a public key ASADcczCmvypWoe86W9-8MJ5iku-umgYYtSwwPCv7YFN-go
To claim this, I am signing this object:
<?php | |
namespace App\Extentions; | |
use Discord\CommandClient\Command; | |
use Discord\Discord; | |
use Discord\DiscordCommandClient; | |
use Discord\Helpers\Collection; | |
use Discord\Helpers\RegisteredCommand; | |
use Discord\Parts\Embed\Embed; |
/** | |
* @throws Exception | |
*/ | |
public static function paginate(callable $transformer, BuilderContract $builder, ?int $page = 1, ?int $perPage = 15): Message | |
{ | |
$paginator = $builder->paginate(perPage: $perPage, page: $page); | |
$message = self::buildMessage(self::transform(collect($paginator->items()), $transformer)); | |
$message->button('⏮️', self::buildPrevButton($perPage, $page, $builder, $transformer), disabled: $paginator->previousPageUrl() === null); |
<?php | |
namespace App\Providers\Web3PubKey; | |
use App\Models\User; | |
use Illuminate\Contracts\Auth\Authenticatable; | |
use Illuminate\Contracts\Auth\UserProvider; | |
use SodiumException; | |
use Tighten\SolanaPhpSdk\Exceptions\InputValidationException; | |
use Tighten\SolanaPhpSdk\Util\Buffer; |
1 Games played | 0 Games won | 👑 53 WPM | ø 53 WPM | |
―― Recent races (Average ø 53 WPM) | |
███████████████████████████████████ 53 WPM |
УКРАЇНА ПОНАД Мюслі UA | |
Unholy (feat. Kim Petras) Sam Smith & Kim P | |
Step Back! 1nonly & Sxmpra | |
Ти любиш соба Oisho btz | |
Breathe (feat. Sean Pau Blu Cantrell & Se | |
The Middle Seth Hills | |
Your Love (9PM) ATB & Topic & A7S | |
Baby Boy (feat. Beyoncé Sean Paul & Beyon | |
Shake That - Radio Edit Eminem & Nate Dogg | |
Мене не пре Oisho btz |
I hereby claim:
To claim this, I am signing this object:
'use strict' | |
/* | |
* Applicaiton-Nofifier | |
* | |
* (c) Vladyslav Gaysyuk <[email protected]> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
'use strict' | |
/* | |
* Application-Broadcaster | |
* | |
* (c) Vladyslav Gaysyuk <[email protected]> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |