Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InterStella0/stella_bot
/ functions
Functions
972 in github.com/InterStella0/stella_bot
⨍
Functions
972
◇
Types & classes
217
↳
Endpoints
12
Method
__init__
(self, bot: StellaBot)
cogs/server_api.py:18
Method
__init__
(self, source, ori_view)
cogs/helpful/eval.py:28
Method
__init__
(self, view)
cogs/helpful/eval.py:55
Method
__init__
(self, ctx: StellaContext, cog: EvalHandler, **flags: bool)
cogs/helpful/eval.py:171
Method
__init__
(self, bot: StellaBot)
cogs/helpful/baseclass.py:12
Method
__init__
(self, bot: StellaBot)
cogs/helpful/__init__.py:19
Method
__init__
(self, source, view: SourceMenu, nolines: List[int])
cogs/helpful/source.py:30
Method
__init__
(self, mapping: BotHelpMap)
cogs/helpful/help_command/interaction.py:22
Method
__init__
(self, view: BotHelpView, cog: StellaCog, cmds: List[StellaCommands])
cogs/helpful/help_command/interaction.py:55
Method
__init__
(self, help_command: StellaHelpCommand, mapping: BotHelpMap)
cogs/helpful/help_command/interaction.py:71
Method
__init__
(self, view: BotHelpView)
cogs/helpful/help_command/interaction.py:119
Method
__init__
(self, cmds: List[StellaCommands])
cogs/helpful/help_command/interaction.py:162
Method
__init__
(self, help_object: StellaHelpCommand, cmds: List[StellaCommands])
cogs/helpful/help_command/interaction.py:186
Method
__init__
(self, bot: StellaBot)
cogs/myself/baseclass.py:13
Method
__init__
(self, view)
cogs/myself/interaction.py:42
Method
__init__
(self, *args: Any, **kwargs: Any)
cogs/myself/interaction.py:75
Method
__init__
(self, bot: StellaBot)
cogs/games/baseclass.py:15
Method
__init__
(self)
cogs/games/wordle.py:68
Method
__init__
(self, word, length)
cogs/games/wordle.py:73
Method
__init__
(self, word)
cogs/games/wordle.py:78
Method
__init__
(self, ctx: StellaContext, *, dictionaries, name: str = "wordle", player: Op
cogs/games/wordle.py:83
Method
__init__
(self, game: WordleGame)
cogs/games/wordle.py:321
Method
__init__
(self, view: WordleView)
cogs/games/wordle.py:381
Method
__init__
(self, ctx: StellaContext, *players: discord.Member, dictionaries, tries, word_count)
cogs/games/wordle.py:538
Method
__init__
(self, ctx: StellaContext, title: str, *respondents: Union[discord.Member, discord.User], del
cogs/games/wordle.py:613
Method
__init__
(self)
cogs/games/button_ui.py:31
Method
__init__
(self, http: aiohttp.ClientSession)
cogs/games/either_io/core.py:222
Method
__init__
(self, bot: StellaBot)
cogs/find_bot/baseclass.py:13
Method
__init__
(self)
cogs/find_bot/errors.py:5
Method
__init__
(self, bot: StellaBot)
cogs/find_bot/__init__.py:20
Method
__init__
(self, user_id: int)
cogs/find_bot/models.py:147
Method
__init__
(self, *args, formatter)
cogs/find_bot/bots.py:397
Method
__init__
(self, cog, *args, **kwargs)
cogs/find_bot/bots.py:413
Method
__init__
(self, *args, set_bots, timeout, **kwargs)
cogs/find_bot/bots.py:419
Method
__init__
(self, bot: StellaBot)
cogs/useful/baseclass.py:15
Method
__init__
(self, image_decoded)
cogs/useful/dalle.py:22
Method
__init__
(self, api: StellaAPI, partial: PartialDallEImage)
cogs/useful/dalle.py:38
Method
__init__
(self, ctx: StellaContext)
cogs/useful/dalle.py:112
Method
__init__
(self, handler: DallEHandler, images: List[PartialDallEImage])
cogs/useful/dalle.py:205
Method
__init__
(self, handler: DallEHandler, images: List[PartialDallEImage])
cogs/useful/dalle.py:217
Method
__init__
(self, handler: DallEHandler, images: List[PartialDallEImage], message: discord.Message)
cogs/useful/dalle.py:230
Method
__init__
(self, http: aiohttp.ClientSession)
cogs/useful/wombo_dream/core.py:28
Method
__init__
(self, arts: List[ArtStyle], ctx: StellaContext)
cogs/useful/wombo_dream/interaction.py:28
Method
__init__
(self, source, view: WomboResult)
cogs/useful/wombo_dream/interaction.py:143
Method
__init__
(self, wombo: DreamWombo)
cogs/useful/wombo_dream/interaction.py:229
Method
__init__
(self, art: ImageSaved)
cogs/useful/wombo_dream/interaction.py:416
Method
__init__
(self, ctx: StellaContext)
cogs/useful/wombo_dream/interaction.py:481
Method
__int__
(self)
utils/new_converters.py:96
Method
__new__
(cls, _orig_name: str, bases: Tuple[type, ...], attrs: Dict[str, Any], *, name: str)
utils/useful.py:339
Method
__repr__
(self)
cogs/find_bot/models.py:156
Method
__repr__
(self)
cogs/useful/wombo_dream/model.py:179
Method
__str__
(self)
utils/ipc.py:226
Method
__str__
(self)
utils/new_converters.py:84
Method
__str__
(self)
cogs/games/wordle.py:527
Method
__str__
(self)
cogs/games/button_ui.py:138
Method
__str__
(self)
cogs/find_bot/models.py:44
Method
__str__
(self)
cogs/find_bot/models.py:108
Method
__str__
(self)
cogs/find_bot/models.py:153
Method
__str__
(self)
cogs/useful/wombo_dream/model.py:108
Method
__str__
(self)
cogs/useful/wombo_dream/model.py:176
Method
_bot
(self, ctx: StellaContext)
cogs/find_bot/bots.py:257
Method
_cog_load
(self, ctx, extension: Separator[ValidCog])
cogs/myself/cog_handlers.py:28
Method
_cog_reload
(self, ctx, extension: Separator[ValidCog])
cogs/myself/cog_handlers.py:36
Method
_cog_unload
(self, ctx, extension: Separator[ValidCog])
cogs/myself/cog_handlers.py:32
Method
_default_state
(cls)
cogs/games/wordle.py:456
Method
_download_image
(self, url: str)
cogs/useful/wombo_dream/core.py:104
Method
_eject
(self, bot: StellaBot, guild_ids: Optional[Iterable[int]])
utils/cog.py:57
Method
_eval
(self, ctx: StellaContext, *, code: Optional[Codeblock] = commands.param(converter=Codeblo
cogs/helpful/eval.py:189
Method
_get_kwargs_from_page
(self, page: Any)
utils/menus.py:125
Method
_inject
(self, bot: StellaBot, override: bool, guild: Optional[discord.abc.Snowflake], guilds: L
utils/cog.py:41
Method
_print_exception_callback
(task: asyncio.Task[Any])
utils/ipc.py:67
Method
_scheduled_task
(self, item: discord.ui.item, interaction: discord.Interaction)
utils/buttons.py:78
Method
_scheduled_task
(self, interaction: discord.Interaction)
utils/modal.py:7
Method
about
(self, ctx: StellaContext)
cogs/helpful/miscellaneous.py:108
Method
actual_greedy_parsing
(self, command: commands.Command, ctx: commands.Context, param: inspect.Parameter,
utils/greedy_parser.py:128
Method
actual_greedy_parsing
(self, command: commands.Command, ctx: StellaContext, param: inspect.Parameter,
utils/greedy_parser.py:147
Method
actual_greedy_parsing
(self, command: commands.Command, ctx: commands.Context, param: inspect.Parameter,
utils/greedy_parser.py:221
Method
actual_search
(search_text)
cogs/find_bot/prefix_command_listeners.py:151
Method
add_reactions_task
()
utils/buttons.py:237
Method
addbot
(self, ctx: StellaContext, bot: IsBot, *, flags: AddBotFlag)
cogs/myself/miscellaneous.py:27
Method
addbot_command_tracker
Tracks ?addbot command. This is an exact copy of R. Danny code.
cogs/find_bot/addbot_handler.py:107
Method
addprefix
(self, ctx: StellaContext, bot: BotOwner, *prefixes: str)
cogs/find_bot/bots.py:329
Method
after_greedy
(cls, _: StellaContext, converted: List[discord.Member])
cogs/games/wordle.py:599
Method
aliases
(self)
utils/new_converters.py:124
Method
all_raw_prefixes
(self)
utils/new_converters.py:131
Method
allarts
(self, ctx: StellaContext)
cogs/useful/art_ai_generation.py:101
Method
allbots
(self, ctx: StellaContext)
cogs/find_bot/bots.py:391
Method
allcommands
(self, ctx: StellaContext, *, flags: BotListReverse)
cogs/find_bot/command_handler.py:96
Method
allgithub
(self, ctx: StellaContext)
cogs/find_bot/github.py:92
Method
allprefixes
(self)
utils/new_converters.py:135
Method
analyze
(self, ctx: StellaContext, *, user: Union[discord.Member, discord.User] = None)
cogs/games/button.py:117
Method
art
(self, ctx: StellaContext, *, image_description: ImageDescription = commands.param(converter
cogs/useful/art_ai_generation.py:75
Method
arts
(self, ctx: StellaContext, *, art_name: ImageSaved = None)
cogs/useful/art_ai_generation.py:94
Function
attempt_add_reaction
This is responsible for every add reaction happening in jishaku. Instead of replacing each emoji that it uses in the source code, it will try
utils/library_override.py:50
Method
before_page
(self, _: discord.Interaction, __: ui.Button)
utils/buttons.py:599
Method
before_page
(self, interaction: discord.Interaction, button: discord.ui.Button)
cogs/useful/wombo_dream/interaction.py:563
Method
blacklist
(self, ctx: StellaContext, snowflake_id: Optional[Union[discord.Guild, discord.User]])
cogs/myself/miscellaneous.py:140
Method
blacklist_result
(self, menu: InteractionPages, entries: List[E])
cogs/myself/miscellaneous.py:152
Method
blaclist_add
(self, ctx: StellaContext, snowflake_ids: Greedy[Union[discord.Guild, discord.User]], *, reason: str)
cogs/myself/miscellaneous.py:173
Method
blaclist_remove
(self, ctx: StellaContext, snowflake_ids: Greedy[Union[discord.Guild, discord.User]])
cogs/myself/miscellaneous.py:180
← previous
next →
501–600 of 972, ranked by callers