MCausc78

Results 16 issues of MCausc78

Когда игрок не авторизован, и если он что то пишет то Chatty отправляет спокойно сообщение даже не обратив на отмену события, чего не должно было быть, для фикса сделай так:...

Here a screenshot ![Screenshot_20221217-114850_Termux](https://user-images.githubusercontent.com/101461652/208236105-e1ec4e7c-98d4-4b4e-9eff-0a58f2db5cba.jpg) ```txt -------------------- A Bench.sh Script By Teddysun ------------------- Version : v2022-06-01 Usage : wget -qO- bench.sh | bash ---------------------------------------------------------------------- CPU Model : ARMv8 Processor rev 4...

### Describe the bug title ### Reproduction Steps ```v struct Undefined {} type Foo[T] = ?T | Undefined @[params] struct Bar { x Foo[bool] = Undefined{} } fn f(b Bar)...

Bug
Unit: cgen

### Describe the bug title ### Reproduction Steps ```v import x.vweb pub struct App { } struct Context { vweb.Context } @['/'] fn (a App) index(mut ctx Context) vweb.Result {...

Bug
Unit: vweb

### Describe the bug title ### Reproduction Steps ```shell $ v install ui && v install --git https://github.com/DarpHome/discord.v ``` ```v import discord import ui fn f(w &ui.Window, c &discord.GatewayClient) {}...

Bug

### Describe the bug Also cgen error if i will use `fn`, like: ```v f[Foo](fn (foo Foo) int { return foo.v }) ``` ### Reproduction Steps ```v struct Default[T] {...

Bug
Generics[T]
Unit: Checker

## Summary https://github.com/discord/discord-api-docs/pull/6398 ## Checklist - [x] If code changes were made, then they have been tested - [x] I have updated the documentation to reflect the changes - [x]...

t: enhancement
t: api support
s: blocked
s: needs review
s: waiting for api/docs

1. Fix https://github.com/vlang/v/issues/19159 2. Add tests ```v PS D:\Games\Proekti\V\vl> type test.v @[on_duplicate: 'thats sentinel lol'; notice_if_duplicate] type Name[T] = string | int | T fn main() { _ := Name[int](123)...

# Description Implement https://github.com/discord/discord-api-docs/pull/6746 I haven't tested sending message with poll (`PollBuilder`) and `await message.endPoll();` since sending message with poll gives: ``` Unhandled exception: 403: Forbidden (0) POST https://discord.com/api/v10/channels/XXX/messages #0...

enhancement

https://github.com/Rapptz/discord.py/pull/9759 https://github.com/discord-php/DiscordPHP/pull/1226