()
| 25 | * @returns The current guild's Id |
| 26 | */ |
| 27 | export function getCurrentGuildId(): string { |
| 28 | return OpWrappers.getCurrentGuildId(); |
| 29 | } |
| 30 | |
| 31 | // Guild functions |
| 32 | export function getGuild(): Promise<Guild> { |
no outgoing calls
no test coverage detected