feat(exts/fun): Add findblock
command
#353
Annotations
52 errors and 6 warnings
Ubuntu / 3.11:
src/test/test_ext_fun.py#L30
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "someone" is not found
|
Ubuntu / 3.11:
src/test/test_ext_fun.py#L47
testFindseedInvalidMode
discord.ext.commands.errors.CommandNotFound: Command "findseed" is not found
|
Ubuntu / 3.11:
src/test/test_ext_fun.py#L54
testRPS
discord.ext.commands.errors.CommandNotFound: Command "rps" is not found
|
Ubuntu / 3.11:
src/test/test_ext_fun.py#L63
testClap
discord.ext.commands.errors.CommandNotFound: Command "clap" is not found
|
Ubuntu / 3.11:
src/test/test_ext_meta.py#L21
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "source" is not found
|
Ubuntu / 3.11:
src/test/test_ext_meta.py#L32
testPrefixAdd
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.11:
src/test/test_ext_meta.py#L39
testPrefixUnique
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.11:
src/test/test_ext_meta.py#L47
testPrefixFull
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.11:
src/test/test_ext_meta.py#L69
testPrefixRemove
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.11:
src/test/test_ext_meta.py#L77
testPrefixNotExists
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.10:
src/test/test_ext_fun.py#L30
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "someone" is not found
|
Ubuntu / 3.10:
src/test/test_ext_fun.py#L47
testFindseedInvalidMode
discord.ext.commands.errors.CommandNotFound: Command "findseed" is not found
|
Ubuntu / 3.10:
src/test/test_ext_fun.py#L54
testRPS
discord.ext.commands.errors.CommandNotFound: Command "rps" is not found
|
Ubuntu / 3.10:
src/test/test_ext_fun.py#L63
testClap
discord.ext.commands.errors.CommandNotFound: Command "clap" is not found
|
Ubuntu / 3.10:
src/test/test_ext_meta.py#L21
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "source" is not found
|
Ubuntu / 3.10:
src/test/test_ext_meta.py#L32
testPrefixAdd
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.10:
src/test/test_ext_meta.py#L39
testPrefixUnique
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.10:
src/test/test_ext_meta.py#L47
testPrefixFull
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.10:
src/test/test_ext_meta.py#L69
testPrefixRemove
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.10:
src/test/test_ext_meta.py#L77
testPrefixNotExists
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
macOS / 3.10:
src/test/test_ext_fun.py#L30
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "someone" is not found
|
macOS / 3.10:
src/test/test_ext_fun.py#L47
testFindseedInvalidMode
discord.ext.commands.errors.CommandNotFound: Command "findseed" is not found
|
macOS / 3.10:
src/test/test_ext_fun.py#L54
testRPS
discord.ext.commands.errors.CommandNotFound: Command "rps" is not found
|
macOS / 3.10:
src/test/test_ext_fun.py#L63
testClap
discord.ext.commands.errors.CommandNotFound: Command "clap" is not found
|
macOS / 3.10:
src/test/test_ext_meta.py#L25
testNothingIsEmpty
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'ziBot' object has no attribute 'uptime'
|
macOS / 3.10
Process completed with exit code 1.
|
macOS / 3.11:
src/test/test_ext_fun.py#L30
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "someone" is not found
|
macOS / 3.11:
src/test/test_ext_fun.py#L47
testFindseedInvalidMode
discord.ext.commands.errors.CommandNotFound: Command "findseed" is not found
|
macOS / 3.11:
src/test/test_ext_fun.py#L54
testRPS
discord.ext.commands.errors.CommandNotFound: Command "rps" is not found
|
macOS / 3.11:
src/test/test_ext_fun.py#L63
testClap
discord.ext.commands.errors.CommandNotFound: Command "clap" is not found
|
macOS / 3.11:
src/test/test_ext_meta.py#L25
testNothingIsEmpty
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'ziBot' object has no attribute 'uptime'
|
macOS / 3.11
Process completed with exit code 1.
|
Windows / 3.11:
src\test\test_ext_fun.py#L30
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "someone" is not found
|
Windows / 3.11:
src\test\test_ext_fun.py#L47
testFindseedInvalidMode
discord.ext.commands.errors.CommandNotFound: Command "findseed" is not found
|
Windows / 3.11:
src\test\test_ext_fun.py#L54
testRPS
discord.ext.commands.errors.CommandNotFound: Command "rps" is not found
|
Windows / 3.11:
src\test\test_ext_fun.py#L63
testClap
discord.ext.commands.errors.CommandNotFound: Command "clap" is not found
|
Windows / 3.11:
src\test\test_ext_meta.py#L21
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "source" is not found
|
Windows / 3.11:
src\test\test_ext_meta.py#L32
testPrefixAdd
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.11:
src\test\test_ext_meta.py#L39
testPrefixUnique
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.11:
src\test\test_ext_meta.py#L47
testPrefixFull
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.11:
src\test\test_ext_meta.py#L69
testPrefixRemove
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.11:
src\test\test_ext_meta.py#L77
testPrefixNotExists
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.10:
src\test\test_ext_fun.py#L30
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "someone" is not found
|
Windows / 3.10:
src\test\test_ext_fun.py#L47
testFindseedInvalidMode
discord.ext.commands.errors.CommandNotFound: Command "findseed" is not found
|
Windows / 3.10:
src\test\test_ext_fun.py#L54
testRPS
discord.ext.commands.errors.CommandNotFound: Command "rps" is not found
|
Windows / 3.10:
src\test\test_ext_fun.py#L63
testClap
discord.ext.commands.errors.CommandNotFound: Command "clap" is not found
|
Windows / 3.10:
src\test\test_ext_meta.py#L21
testNothingIsEmpty
discord.ext.commands.errors.CommandNotFound: Command "source" is not found
|
Windows / 3.10:
src\test\test_ext_meta.py#L32
testPrefixAdd
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.10:
src\test\test_ext_meta.py#L39
testPrefixUnique
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.10:
src\test\test_ext_meta.py#L47
testPrefixFull
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.10:
src\test\test_ext_meta.py#L69
testPrefixRemove
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Windows / 3.10:
src\test\test_ext_meta.py#L77
testPrefixNotExists
discord.ext.commands.errors.CommandNotFound: Command "prefix" is not found
|
Ubuntu / 3.11
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Ubuntu / 3.10
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macOS / 3.10
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macOS / 3.11
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Windows / 3.11
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Windows / 3.10
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|