MCPcopy
hub / github.com/Rapptz/discord.py / delay_by

Method delay_by

discord/webhook/sync.py:97–98  ·  view source on GitHub ↗
(self, delta: float)

Source from the content-addressed store, hash-verified

95 return self
96
97 def delay_by(self, delta: float) -> None:
98 self.delta = delta
99
100 def __exit__(
101 self,

Callers 1

requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected